diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-04-20 02:53:04 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-04-20 02:53:04 +0200 |
commit | 3b2840a2fe3fbe123663731c32e6f40057cae6cb (patch) | |
tree | c22472383b54658c5943ab8f9c7244ec208d38d7 /view/tpl | |
parent | 2ecf3f33952dcdf83d9b3fb07185371d0831f609 (diff) | |
download | volse-hubzilla-3b2840a2fe3fbe123663731c32e6f40057cae6cb.tar.gz volse-hubzilla-3b2840a2fe3fbe123663731c32e6f40057cae6cb.tar.bz2 volse-hubzilla-3b2840a2fe3fbe123663731c32e6f40057cae6cb.zip |
ok we need that div
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | 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 b217e70ff..a3148f657 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -148,7 +148,7 @@ <div class="wall-item-dislike {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.showdislike}}</div> - <!--</div> ---> + </div> <div class="wall-item-wrapper-end"></div> |