use self closing tags in open search desc file
This commit is contained in:
parent
5d7629487a
commit
abbd1d9fea
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
|||
<Description>Hop to where you need to go</Description>
|
||||
<InputEncoding>UTF-8</InputEncoding>
|
||||
<!--<Image width="16" height="16">data:image/x-icon;base64,</Image>-->
|
||||
<Url type="text/html" template="http://{{hostname}}/hop?to={searchTerms}"></Url>
|
||||
<Url type="application/x-moz-keywordsearch" template="http://{{hostname}}/hop?to={searchTerms}"></Url>
|
||||
<Url type="text/html" template="http://{{hostname}}/hop?to={searchTerms}" />
|
||||
<Url type="application/x-moz-keywordsearch" template="http://{{hostname}}/hop?to={searchTerms}" />
|
||||
</OpenSearchDescription>
|
||||
|
|
Loading…
Reference in a new issue