1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Properly escaped search results

Prevents vue-like syntax in results causing errors.
Related to #748
This commit is contained in:
Dan Brown
2018-03-25 11:06:21 +01:00
parent 1e015af3c9
commit df1a3a0715

View File

@@ -193,7 +193,7 @@
@section('body')
<div class="container small">
<div class="container small" v-pre>
<input type="hidden" name="searchTerm" value="{{$searchTerm}}">
<h1>{{ trans('entities.search_results') }}</h1>