summaryrefslogtreecommitdiff
path: root/libre/arora-libre/duckduckgo-html.xml
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-02 17:03:55 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-02 17:03:55 -0300
commitebb1a078b2575c88ff7a3f55e6c140ad892faf23 (patch)
tree99693eb79460ac1859f489de8243b40925658bec /libre/arora-libre/duckduckgo-html.xml
parent48a0f977566f4c325f1bcb1f07d4a11b8f79fbcc (diff)
arora-libre: fix duckduckgo
Diffstat (limited to 'libre/arora-libre/duckduckgo-html.xml')
-rw-r--r--libre/arora-libre/duckduckgo-html.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/arora-libre/duckduckgo-html.xml b/libre/arora-libre/duckduckgo-html.xml
index b53408077..9b979fa31 100644
--- a/libre/arora-libre/duckduckgo-html.xml
+++ b/libre/arora-libre/duckduckgo-html.xml
@@ -1,8 +1,8 @@
-<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
-<os:ShortName>DuckDuckGo HTML</os:ShortName>
-<os:Description>Search DuckDuckGo HTML</os:Description>
-<os:InputEncoding>UTF-8</os:InputEncoding>
-<os:Image width="16" height="16">http://duckduckgo.com/favicon.ico</os:Image>
-<os:Url type="text/html" method="GET" template="https://duckduckgo.com/html/?q={searchTerms}">
-</os:Url>
-</SearchPlugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
+ <ShortName>DuckDuckGo HTML</ShortName>
+ <Description>Search DuckDuckGo HTML</Description>
+ <InputEncoding>UTF-8</InputEncoding>
+ <Image width="16" height="16">http://duckduckgo.com/favicon.ico</Image>
+ <Url type="text/html" template="https://duckduckgo.com/html/?q={searchTerms}"/>
+</OpenSearchDescription>