Skip to content

Commit c110a97

Browse files
Remove unofficial method-attribute from OpenSearch-XML
1 parent 476c2be commit c110a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/misc/opensearch.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<Image width="128" height="128" type="image/png">{{ setting('app-icon-128') ?: url('/icon-128.png') }}</Image>
77
<Image width="64" height="64" type="image/png">{{ setting('app-icon-64') ?: url('/icon-64.png') }}</Image>
88
<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}"/>
9+
<Url type="text/html" rel="results" template="{{ url('/search') }}?term={searchTerms}"/>
1010
<Url type="application/opensearchdescription+xml" rel="self" template="{{ url('/opensearch.xml') }}"/>
1111
</OpenSearchDescription>

0 commit comments

Comments
 (0)