diff options
author | Mario <mario@mariovavti.com> | 2023-09-14 12:30:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-14 12:30:14 +0000 |
commit | 0cb5d0d63e3150331999c51c5807603d74b7d4dc (patch) | |
tree | bd283d840db8479335d1313c86a3d86468b55ffb /view | |
parent | 526c85e2ca5f4ab60b6a922f4829f3d8126a6571 (diff) | |
download | volse-hubzilla-0cb5d0d63e3150331999c51c5807603d74b7d4dc.tar.gz volse-hubzilla-0cb5d0d63e3150331999c51c5807603d74b7d4dc.tar.bz2 volse-hubzilla-0cb5d0d63e3150331999c51c5807603d74b7d4dc.zip |
also look for widgets in view/theme/themename/widget
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 041140879..930137be8 100644 --- 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}} generic-content-wrapper h-entry {{else}} u-comment h-cite{{/if}}" data-b64mids='{{$item.mids}}'> + <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}} clearfix" data-b64mids='{{$item.mids}}'> <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="rounded wall-item-content-wrapper{{if $item.is_comment}} comment{{/if}}" id="wall-item-content-wrapper-{{$item.id}}"> |