diff --git a/resources/views/plugin.blade.php b/resources/views/plugin.blade.php index b607dc760b88c66c0537a4068487c8fb874e5a16..966ab011bcf90765513d1f12cbf286695364c676 100644 --- a/resources/views/plugin.blade.php +++ b/resources/views/plugin.blade.php @@ -5,5 +5,6 @@ <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>