diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-22 22:41:45 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-22 22:41:45 -0700 |
commit | 36b66dccb60a7d65724da542f9d7a2d6722fc6aa (patch) | |
tree | c44dd1fae5d16c393b789ca814e31b4c90f4ce55 /view/wall_item.tpl | |
parent | 88bfe21bead769c3ba81e181b79f9d6426ace351 (diff) | |
download | volse-hubzilla-36b66dccb60a7d65724da542f9d7a2d6722fc6aa.tar.gz volse-hubzilla-36b66dccb60a7d65724da542f9d7a2d6722fc6aa.tar.bz2 volse-hubzilla-36b66dccb60a7d65724da542f9d7a2d6722fc6aa.zip |
ajaxify the wall poster
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 3babc8ead..56e182761 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -5,10 +5,9 @@ </div> <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> -<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> +<span class="wall-item-body" id="wall-item-body-$id" >$body</span> <div class="wall-item-wrapper-end"></div> <div class="wall-item-comment-separator"></div> $comment |