Properly escaped search results
Prevents vue-like syntax in results causing errors. Related to #748
This commit is contained in:
parent
1e015af3c9
commit
df1a3a0715
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
@section('body')
|
@section('body')
|
||||||
|
|
||||||
<div class="container small">
|
<div class="container small" v-pre>
|
||||||
<input type="hidden" name="searchTerm" value="{{$searchTerm}}">
|
<input type="hidden" name="searchTerm" value="{{$searchTerm}}">
|
||||||
|
|
||||||
<h1>{{ trans('entities.search_results') }}</h1>
|
<h1>{{ trans('entities.search_results') }}</h1>
|
||||||
|
|
Loading…
Reference in New Issue