diff options
Diffstat (limited to 'options/options.html')
| -rw-r--r-- | options/options.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/options.html b/options/options.html index ef1267cc..3bce82ce 100644 --- a/options/options.html +++ b/options/options.html @@ -123,7 +123,7 @@ input#previousPatterns, input#nextPatterns { width: 100%; } - input#defaultSearchUrl { + input#searchUrl { width: 100%; } #status { @@ -319,7 +319,7 @@ unmapAll Vomnibar fall back URL/search engine if nothing else matches (examples: "http://duckduckgo.com/?q=", "http://www.google.com/search?q="). </div> </div> - <input id="defaultSearchUrl" type="text" /> + <input id="searchUrl" type="text" /> </td> </tr> </table> |
