aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-08-08 16:14:08 +0000
committerMario <mario@mariovavti.com>2024-08-08 16:14:08 +0000
commit6cdbc28d794d0c074d9582f90bae2ec6565a0a24 (patch)
tree977dd7a32e4a5f4de86c608a4b89e5319e37fed9 /view
parent4113bea104da30ff9db334ba5b31bed30517580b (diff)
downloadvolse-hubzilla-6cdbc28d794d0c074d9582f90bae2ec6565a0a24.tar.gz
volse-hubzilla-6cdbc28d794d0c074d9582f90bae2ec6565a0a24.tar.bz2
volse-hubzilla-6cdbc28d794d0c074d9582f90bae2ec6565a0a24.zip
missing class
Diffstat (limited to 'view')
-rw-r--r--view/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 91d6be36b..743dedf9a 100644
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -1,6 +1,6 @@
{{if $item.comment_firstcollapsed}}
<div id="hide-comments-outer-{{$item.parent}}" class="hide-comments-outer fakelink small" onclick="showHideComments({{$item.id}});">
- <i id="hide-comments-icon-{{$item.id}}" class="bi bi-chevron-down align-middle hide-comments-icon"></i> <span id="hide-comments-label-{{$item.id}}" class="hide-comments-label align-middle">{{$item.hide_text}}</span>&nbsp;<span id="hide-comments-total-{{$item.id}}" class="hide-comments-label">{{$item.num_comments}}</span>
+ <i id="hide-comments-icon-{{$item.id}}" class="bi bi-chevron-down align-middle hide-comments-icon"></i> <span id="hide-comments-label-{{$item.id}}" class="hide-comments-label align-middle">{{$item.hide_text}}</span>&nbsp;<span id="hide-comments-total-{{$item.id}}" class="hide-comments-label align-middle">{{$item.num_comments}}</span>
</div>
<div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;">
{{/if}}