Fix: Pagination in search result works again

This commit is contained in:
Michael 2023-08-03 05:46:08 +00:00
parent d9ab0bb60d
commit 911ed3d6ba
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
<div id="item-{{$item.guid}}" class="item-{{$item.id}}">
<span class="commented" style="display: none;">{{$item.commented}}</span>
<span class="received" style="display: none;">{{$item.received}}</span>
<span class="created" style="display: none;">{{$item.created_date}}</span>
<span class="uriid" style="display: none;">{{$item.uriid}}</span>
<div class="wall-item-container panel-body{{$item.indent}} {{$item.shiny}} {{$item.previewing}}">
<div class="media">
{{* Put additional actions in a top-right dropdown menu *}}