We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476c2be commit c110a97Copy full SHA for c110a97
resources/views/misc/opensearch.blade.php
@@ -6,6 +6,6 @@
6
<Image width="128" height="128" type="image/png">{{ setting('app-icon-128') ?: url('/icon-128.png') }}</Image>
7
<Image width="64" height="64" type="image/png">{{ setting('app-icon-64') ?: url('/icon-64.png') }}</Image>
8
<Image width="32" height="32" type="image/png">{{ setting('app-icon-32') ?: url('/icon-32.png') }}</Image>
9
- <Url type="text/html" rel="results" method="get" template="{{ url('/search') }}?term={searchTerms}"/>
+ <Url type="text/html" rel="results" template="{{ url('/search') }}?term={searchTerms}"/>
10
<Url type="application/opensearchdescription+xml" rel="self" template="{{ url('/opensearch.xml') }}"/>
11
</OpenSearchDescription>
0 commit comments