diff options
author | friendica <info@friendica.com> | 2014-06-15 18:58:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-15 18:58:26 -0700 |
commit | 0e4a28678df0c25a69e87eb3f75398d2b12bd015 (patch) | |
tree | 218174b5d74010fff930cc623897a18a1a09248d /view/tpl/conv_item.tpl | |
parent | 72f00d6e04f0f57fc19f343a88975680baf8958a (diff) | |
parent | e2a0778e0876d4a7891eb343def4af024fcd586d (diff) | |
download | volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.gz volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.tar.bz2 volse-hubzilla-0e4a28678df0c25a69e87eb3f75398d2b12bd015.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/conv_item.tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 828b47a05..d7ed7d0f4 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -1,6 +1,6 @@ {{if $item.comment_firstcollapsed}} -<div class="hide-comments-outer"> - <span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> <span id="hide-comments-{{$item.id}}" class="hide-comments fakelink" onclick="showHideComments({{$item.id}});">{{$item.hide_text}}</span> +<div class="hide-comments-outer fakelink" onclick="showHideComments({{$item.id}});"> + <span id="hide-comments-{{$item.id}}" class="hide-comments">{{$item.hide_text}}</span> <span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> </div> <div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;"> {{/if}} |