From 89ed986826a7c482f6b51cbafb1c2bbac04b9999 Mon Sep 17 00:00:00 2001 From: Dominik Pfennig <dominik@suma-ev.de> Date: Mon, 10 Oct 2016 09:07:07 +0200 Subject: [PATCH] Update plugin.blade.php --- resources/views/plugin.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/plugin.blade.php b/resources/views/plugin.blade.php index 6eb22f80b..df5f56225 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> -- GitLab