diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-19 16:44:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-19 16:44:16 -0700 |
commit | 0a9d3b4025cf49537c16868a093640fe7891d21c (patch) | |
tree | 742b700de282c4c432beec3193e2b61b01aca07d /view/tpl/conversation.tpl | |
parent | 6bd90816dd76d5fbd2374f72ac302537bc1ef047 (diff) | |
parent | 8b563951ff9019e6a0c3a459ad5b768826a2017c (diff) | |
download | volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.tar.gz volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.tar.bz2 volse-hubzilla-0a9d3b4025cf49537c16868a093640fe7891d21c.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl/conversation.tpl')
-rwxr-xr-x | view/tpl/conversation.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conversation.tpl b/view/tpl/conversation.tpl index 97d64327a..82c7be922 100755 --- a/view/tpl/conversation.tpl +++ b/view/tpl/conversation.tpl @@ -1,6 +1,6 @@ <div id="threads-begin"></div> {{foreach $threads as $thread}} -<div id="thread-wrapper-{{$thread.id}}" class="thread-wrapper"> +<div id="thread-wrapper-{{$thread.id}}" class="thread-wrapper generic-content-wrapper"> {{foreach $thread.items as $item}} {{if $item.comment_firstcollapsed}} <div class="hide-comments-outer"> |