aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r--view/wall_item.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index 898aafdaa..ece149c1f 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -7,6 +7,9 @@
<a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name" id="wall-item-name-$id" >$name</span></a>
<span class="wall-item-body" id="wall-item-body-$id" >$body</span>
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
+
+<div class="wall-item-comment-separator"></div>
+$comment
</div>
<div class="wall-item-wrapper-end"></div>
</div>