diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-21 01:11:20 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-21 01:11:20 +0200 |
commit | 9d93ed172248b9dec92ef09cabeffcc05f666ad8 (patch) | |
tree | e55c33a45c9f21ee769cad2dbff2b9fc7d60dfe9 /data | |
parent | c47f3dda10695dc1e71851e8cf7fdfb99d9d1c66 (diff) |
Added DDG tag to search button in aboutIcecat and aboutHome
Diffstat (limited to 'data')
-rw-r--r-- | data/abouthome/aboutHome.xhtml | 2 | ||||
-rw-r--r-- | data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/abouthome/aboutHome.xhtml b/data/abouthome/aboutHome.xhtml index c1acf4a..be9d118 100644 --- a/data/abouthome/aboutHome.xhtml +++ b/data/abouthome/aboutHome.xhtml @@ -93,7 +93,7 @@ min-height:100px; <form name="searchForm" id="searchForm" action="https://duckduckgo.com/html/"> <input type="text" name="q" value="" id="searchText" maxlength="256" autofocus="autofocus"/> - <input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label;"/> + <input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label; DuckDuckGO"/> </form> </div> diff --git a/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml b/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml index 33f9818..43d237c 100644 --- a/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml +++ b/data/extensions/abouticecat@gnu.org/chrome/content/aboutIceCat/aboutIceCat.xhtml @@ -259,7 +259,7 @@ Services.prefs.setIntPref("extensions.icecathome.browser.display.use_document_fo <input type="hidden" name="t" value="gnu"/> <input type="text" name="q" value="" id="searchText" maxlength="256" autofocus="autofocus"/> - <input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label;"/> + <input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label; DuckDuckGO"/> </form> </div> |