diff options
author | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-04 02:26:13 -0800 |
commit | 638bbb2171b6d1dcd68f0d46359441afb848561d (patch) | |
tree | 7686f4f3866e79e51fe225d3eaaa8033844679e1 /view/theme/duepuntozero/wallwall_item.tpl | |
parent | 20d37f2e3ec7736ebf04e4c637398eee0aea78a5 (diff) | |
parent | ae158aa6f9ae151cda613812f50073c4666a4edc (diff) | |
download | volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.gz volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.tar.bz2 volse-hubzilla-638bbb2171b6d1dcd68f0d46359441afb848561d.zip |
Merge branch 'pull'
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 5cb2dbc3b..211906c93 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> |