diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-27 12:06:06 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-27 12:06:06 +0200 |
commit | b8a0bc0b0b31670d2c424a40f7511132896a76d2 (patch) | |
tree | 35c428caab4a75674b81df715d402af9ef76ba2f /view/tpl/search_item.tpl | |
parent | cee41bb1e5cc9d7ea6d49183e78fcb2f5f0d1472 (diff) | |
download | volse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.tar.gz volse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.tar.bz2 volse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.zip |
fix some missing spinners
Diffstat (limited to 'view/tpl/search_item.tpl')
-rwxr-xr-x | view/tpl/search_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 50c0116fb..0a8f12d4f 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -1,4 +1,4 @@ -<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} mb-4 clearfix generic-content-wrapper{{/if}}"> +<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} clearfix generic-content-wrapper{{/if}}"> <a name="{{$item.id}}" ></a> <div class="clearfix wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}{{if $item.owner_url}} wallwall{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" > <div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}"> |