mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 11:50:27 +08:00
Remove unofficial method-attribute from OpenSearch-XML
This commit is contained in:
parent
476c2be5a6
commit
c110a97d8a
|
@ -6,6 +6,6 @@
|
|||
<Image width="128" height="128" type="image/png">{{ setting('app-icon-128') ?: url('/icon-128.png') }}</Image>
|
||||
<Image width="64" height="64" type="image/png">{{ setting('app-icon-64') ?: url('/icon-64.png') }}</Image>
|
||||
<Image width="32" height="32" type="image/png">{{ setting('app-icon-32') ?: url('/icon-32.png') }}</Image>
|
||||
<Url type="text/html" rel="results" method="get" template="{{ url('/search') }}?term={searchTerms}"/>
|
||||
<Url type="text/html" rel="results" template="{{ url('/search') }}?term={searchTerms}"/>
|
||||
<Url type="application/opensearchdescription+xml" rel="self" template="{{ url('/opensearch.xml') }}"/>
|
||||
</OpenSearchDescription>
|
||||
|
|
Loading…
Reference in New Issue
Block a user