File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 77@section (' content' )
88 <section class =" forum" >
99 <div class =" header" >
10- @if ($query )
11- <h1 >Forum Search results for "{{ $query } } "</h1 >
10+ @if ($query )
11+ <h1 >Forum Search results for "{{{ $query } }} "</h1 >
1212 @else
1313 <h1 >Forum Search</h1 >
1414 @endif
1515 </div >
1616
17- @if ($query )
17+ @if ($query )
1818 <div class =" threads" >
19- @if ($results -> count () > 0 )
19+ @if ($results -> count () > 0 )
2020 {{-- Loop over the threads and display the thread summary partial --}}
21- @foreach ($results as $result )
22- @if ($result -> parent )
21+ @foreach ($results as $result )
22+ @if ($result -> parent )
2323 @include (' forum.threads._index_summary' , [' thread' => $result -> parent ] )
2424 @else
2525 @include (' forum.threads._index_summary' , [' thread' => $result ] )
2828 @else
2929 {{-- If no comments are found display a message --}}
3030 <div class =" empty-state" >
31- <h3 >No results found on the forum for "{{ $query } } "</h3 >
31+ <h3 >No results found on the forum for "{{{ $query } }} "</h3 >
3232 </div >
3333 @endif
3434 </div >
You can’t perform that action at this time.
0 commit comments