]> BookStack Code Mirror - bookstack/commitdiff
Remove unofficial method-attribute from OpenSearch-XML
authorMaximilian Walter <redacted>
Sat, 14 Sep 2024 13:24:42 +0000 (15:24 +0200)
committerMaximilian Walter <redacted>
Sat, 14 Sep 2024 13:24:42 +0000 (15:24 +0200)
resources/views/misc/opensearch.blade.php

index cfcca8e419424a130fd45986b3755c98b3a808d9..2b5a6c143f175c466260d96409bcf5899e6f226d 100644 (file)
@@ -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>