diff options
author | Friendika <info@friendika.com> | 2011-05-22 19:33:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-22 19:33:35 -0700 |
commit | 36f14842236a9e515a5cfadafa609a3057cb33d3 (patch) | |
tree | ccd0a0868e7e7e05955ab368bc8a677b8b00cc7e /view/wall_item.tpl | |
parent | b3648de6f066aa25adf4c506001440e16f5914e7 (diff) | |
parent | 150830d38c2191d2e55a373043af176208d4b430 (diff) | |
download | volse-hubzilla-36f14842236a9e515a5cfadafa609a3057cb33d3.tar.gz volse-hubzilla-36f14842236a9e515a5cfadafa609a3057cb33d3.tar.bz2 volse-hubzilla-36f14842236a9e515a5cfadafa609a3057cb33d3.zip |
Merge pull request #106 from chriscase/master
Improved Standards Compliance on Some Tags and Fix For Ticket #82.
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index b33ab779e..e5e03744f 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -5,7 +5,7 @@ onmouseover="if (typeof t$id != 'undefined') clearTimeout(t$id); openMenu('wall-item-photo-menu-button-$id')" onmouseout="t$id=setTimeout('closeMenu(\'wall-item-photo-menu-button-$id\'); closeMenu(\'wall-item-photo-menu-$id\');',200)"> <a href="$profile_url" title="$linktitle" class="wall-item-photo-link" id="wall-item-photo-link-$id"> - <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" height="80" width="80" alt="$name" /> + <img src="$thumb" class="wall-item-photo$sparkle" id="wall-item-photo-$id" alt="$name" /> </a> <span onclick="openClose('wall-item-photo-menu-$id');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-$id">menu</span> <div class="wall-item-photo-menu" id="wall-item-photo-menu-$id"> |