Fix mismatch between <ShortName/> and the title attribute in query-pr.cgi
As a result browsers always claimed that there is new opensearch provider, even if it was already added. Submitted by: Maxim Dounin
This commit is contained in:
parent
d32d097e2e
commit
64bf4e6ae3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33324
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
||||
xml:lang="de">
|
||||
<ShortName>FreeBSD PR</ShortName>
|
||||
<ShortName>FreeBSD Bugs</ShortName>
|
||||
<LongName>FreeBSD Problem Reports</LongName>
|
||||
<Description>FreeBSD Problem Reports</Description>
|
||||
<Url template="http://www.freebsd.org/cgi/query-pr.cgi?pr={searchTerms}&sourceid=opensearch" type="text/html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue