mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-10 21:23:07 +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')
|
@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>
|
||||||
|
Reference in New Issue
Block a user