diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2015-12-22 18:04:25 -0600 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2015-12-22 18:04:25 -0600 |
commit | e8502ea42e4bba5049ee676cf83f5f6a8656453d (patch) | |
tree | 4735efaf70c87dd2691385245a6716d8bf89f8b2 | |
parent | bb1c04329c4eaf1cdb78095f945123514667ffb9 (diff) |
Updated format on duckduckgo.xml
-rw-r--r-- | data/searchplugins/duckduckgo.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/searchplugins/duckduckgo.xml b/data/searchplugins/duckduckgo.xml index d2a5e06..3931214 100644 --- a/data/searchplugins/duckduckgo.xml +++ b/data/searchplugins/duckduckgo.xml @@ -1,5 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> -<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> +<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"> <ShortName>DuckDuckGo</ShortName> <Description>Search DuckDuckGo (SSL)</Description> <InputEncoding>UTF-8</InputEncoding> @@ -9,4 +8,4 @@ <Param name="q" value="{searchTerms}"/> <Param name="t" value="gnu"/> </Url> -</OpenSearchDescription> +</SearchPlugin> |