diff --git a/resources/views/plugin.blade.php b/resources/views/plugin.blade.php index 6eb22f80b8e87137e53123a834435b4d47a5470e..df5f56225da0f660101c234345c4b632c460d9db 100644 --- a/resources/views/plugin.blade.php +++ b/resources/views/plugin.blade.php @@ -1,7 +1,7 @@ <?xmlversion = "1.0"encoding = "UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>MetaGer</ShortName> - <Description>{! trans('plugin.description') !}</Description> + <Description>{!! trans('plugin.description') !!}</Description> <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>