From: Dan Brown Date: Sun, 25 Mar 2018 10:06:21 +0000 (+0100) Subject: Properly escaped search results X-Git-Tag: v0.20.1~1^2~4 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/df1a3a0715fb724d32cc51c3008545424c38379e Properly escaped search results Prevents vue-like syntax in results causing errors. Related to #748 --- diff --git a/resources/views/search/all.blade.php b/resources/views/search/all.blade.php index b4da1a576..f24e83bc2 100644 --- a/resources/views/search/all.blade.php +++ b/resources/views/search/all.blade.php @@ -193,7 +193,7 @@ @section('body') -
+

{{ trans('entities.search_results') }}