From bc960ad9c03a04988a13f270dc16c94f7eda4681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de> Date: Tue, 21 Mar 2017 11:44:21 +0100 Subject: [PATCH] offene OpenSearch-Schnittstelle entfernt --- resources/views/plugin.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/plugin.blade.php b/resources/views/plugin.blade.php index 966ab011b..b607dc760 100644 --- a/resources/views/plugin.blade.php +++ b/resources/views/plugin.blade.php @@ -5,6 +5,5 @@ <Contact>office@suma-ev.de</Contact> <Image width="16" height="16" type="image/x-icon">{{ url('/favicon.ico') }}</Image> <Url type="text/html" template="{{ $link }}&eingabe={searchTerms}" method="{{$request}}"></Url> - <Url type="application/rss+xml" xmlns:example="http://example.com/opensearchextensions/1.0/" template="{{ $link }}&eingabe={searchTerms}&out=rss20" method="{{$request}}"></Url> <InputEncoding>UTF-8</InputEncoding> </OpenSearchDescription> -- GitLab