mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 23:43:00 +08:00
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')
|
||||
|
||||
<div class="container small">
|
||||
<div class="container small" v-pre>
|
||||
<input type="hidden" name="searchTerm" value="{{$searchTerm}}">
|
||||
|
||||
<h1>{{ trans('entities.search_results') }}</h1>
|
||||
|
|
Loading…
Reference in New Issue
Block a user