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/conv_list.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/conv_list.tpl')
-rwxr-xr-x | view/tpl/conv_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl index e599f84b5..97fd50d01 100755 --- a/view/tpl/conv_list.tpl +++ b/view/tpl/conv_list.tpl @@ -4,7 +4,7 @@ </div> <div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;"> {{/if}} - <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} mb-4 generic-content-wrapper h-entry {{else}} u-comment h-cite {{/if}} item_{{$item.submid}}"> + <div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite {{/if}} item_{{$item.submid}}"> <a name="item_{{$item.id}}" ></a> <div class="wall-item-outside-wrapper{{if $item.is_comment}} comment{{/if}}{{if $item.previewing}} preview{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" > <div class="clearfix wall-item-content-wrapper{{if $item.is_comment}} comment{{/if}}" id="wall-item-content-wrapper-{{$item.id}}"> |