aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/conv_item.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index dcf82e765..31e3cad85 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -109,10 +109,11 @@
{{/foreach}}
{{/if}}
+{{if $item.comment}}
<div class="wall-item-comment-wrapper" >
{{$item.comment}}
</div>
-
+{{/if}}
</div>
{{if $item.comment_lastcollapsed}}</div>{{/if}}