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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user