diff options
author | friendica <info@friendica.com> | 2012-02-13 18:23:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-13 18:40:28 -0800 |
commit | 803a7425eaff955bd0001b46ee7f22c5d80acb89 (patch) | |
tree | 96290b4286b358945c951afee3820ce61f146c79 /view/theme/duepuntozero | |
parent | c87aa8f9276652e28dd8c77babe1b4a27cee566c (diff) | |
download | volse-hubzilla-803a7425eaff955bd0001b46ee7f22c5d80acb89.tar.gz volse-hubzilla-803a7425eaff955bd0001b46ee7f22c5d80acb89.tar.bz2 volse-hubzilla-803a7425eaff955bd0001b46ee7f22c5d80acb89.zip |
make hr bbtag shareable, stray quote in duepuntozero wall_item
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-x | view/theme/duepuntozero/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index 5d54a1d6a..a5136eed3 100755 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -42,7 +42,7 @@ <div class="wall-item-like-buttons" id="wall-item-like-buttons-$id"> <a href="#" class="icon like" title="$vote.like.0" onclick="dolike($id,'like'); return false"></a> <a href="#" class="icon dislike" title="$vote.dislike.0" onclick="dolike($id,'dislike'); return false"></a> - {{ if $vote.share }}<a href="#" class="icon recycle wall-item-share-buttons" title=""$vote.share.0" onclick="jotShare($id); return false"></a>{{ endif }} + {{ if $vote.share }}<a href="#" class="icon recycle wall-item-share-buttons" title="$vote.share.0" onclick="jotShare($id); return false"></a>{{ endif }} <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> </div> {{ endif }} |