From c110a97d8a871b3f2e56af728c4460096399cbf3 Mon Sep 17 00:00:00 2001
From: Maximilian Walter <maximilian-walter@users.noreply.github.com>
Date: Sat, 14 Sep 2024 15:24:42 +0200
Subject: [PATCH] Remove unofficial method-attribute from OpenSearch-XML

---
 resources/views/misc/opensearch.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/views/misc/opensearch.blade.php b/resources/views/misc/opensearch.blade.php
index cfcca8e41..2b5a6c143 100644
--- a/resources/views/misc/opensearch.blade.php
+++ b/resources/views/misc/opensearch.blade.php
@@ -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>