Commit 89ce7b91 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Remove opensearch link

parent 39f2a7dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ class opdsTemplate():
       self.page_top_start=''
       self.page_top_linkstart='<link type="application/atom+xml" rel="start" href="%(modulepath)s?id=00"/>'
       self.page_top_linkself=''
       self.page_top_linksearch=('<link href="%(modulepath)s?id=09" rel="search" type="application/opensearchdescription+xml" />'
       self.page_top_linksearch=(
#                                 '<link href="%(modulepath)s?id=09" rel="search" type="application/opensearchdescription+xml" />'
                                 '<link href="%(modulepath)s?searchTerm={searchTerms}" rel="search" type="application/atom+xml" />')
       self.page_top_finish=''