diff options
author | Simon <simon@kisikew.org> | 2012-03-02 11:01:21 -0800 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-02 11:01:21 -0800 |
commit | f1efa0991a07b8d382370d80a269de597e378d00 (patch) | |
tree | d5d3dafa85f4972b86bd2e00653cf9cbc7882b39 /view/theme/duepuntozero/wallwall_item.tpl | |
parent | e2e9050d748a5fca39ded6ca480a113ddca3a386 (diff) | |
parent | 81de5f780284f27964c8ec5147768450aa203f72 (diff) | |
download | volse-hubzilla-f1efa0991a07b8d382370d80a269de597e378d00.tar.gz volse-hubzilla-f1efa0991a07b8d382370d80a269de597e378d00.tar.bz2 volse-hubzilla-f1efa0991a07b8d382370d80a269de597e378d00.zip |
Merge pull request #60 from simonlnu/master
apply changes to templates to testbubble
Diffstat (limited to 'view/theme/duepuntozero/wallwall_item.tpl')
-rwxr-xr-x | view/theme/duepuntozero/wallwall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index 211906c93..5cb2dbc3b 100755 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -28,8 +28,8 @@ </div> <div class="wall-item-author"> <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a> $item.to <a href="$item.owner_url" target="redir" title="$item.olinktitle" class="wall-item-name-link"><span class="wall-item-name$item.osparkle" id="wall-item-ownername-$item.id">$item.owner_name</span></a> $item.vwall<br /> - <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div> - </div> + <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div> + </div> <div class="wall-item-content" id="wall-item-content-$item.id" > <div class="wall-item-title" id="wall-item-title-$item.id">$item.title</div> <div class="wall-item-title-end"></div> |