diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-25 22:51:45 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-25 22:51:45 -0700 |
commit | 9f81c3345b40d635a34f0448dd625b17f20508c3 (patch) | |
tree | 6f284d707b8d05fd6c16baf6c1a69aea7f8dfcc6 /view/wall_item.tpl | |
parent | 52a2c7eb46ea3b9509e48f29eca6f1c398a85538 (diff) | |
download | volse-hubzilla-9f81c3345b40d635a34f0448dd625b17f20508c3.tar.gz volse-hubzilla-9f81c3345b40d635a34f0448dd625b17f20508c3.tar.bz2 volse-hubzilla-9f81c3345b40d635a34f0448dd625b17f20508c3.zip |
fixup of some nits with live update and remote comment display on profile page
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 72ee216d5..f27113409 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -6,8 +6,9 @@ <div class="wall-item-wrapper" id="wall-item-wrapper-$id" > <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> <div class="wall-item-ago" id="wall-item-ago-$id">$ago</div> +$drop </div> -<span class="wall-item-body" id="wall-item-body-$id" >$body</span> +<div class="wall-item-body" id="wall-item-body-$id" >$body</div> <div class="wall-item-wrapper-end"></div> <div class="wall-item-comment-separator"></div> $comment |