aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_item.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-27 12:06:06 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-27 12:06:06 +0200
commitb8a0bc0b0b31670d2c424a40f7511132896a76d2 (patch)
tree35c428caab4a75674b81df715d402af9ef76ba2f /view/tpl/conv_item.tpl
parentcee41bb1e5cc9d7ea6d49183e78fcb2f5f0d1472 (diff)
downloadvolse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.tar.gz
volse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.tar.bz2
volse-hubzilla-b8a0bc0b0b31670d2c424a40f7511132896a76d2.zip
fix some missing spinners
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index b0c143f4a..b0e1cb6fb 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.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}}">