diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-05-22 19:18:58 -0700 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-05-22 19:18:58 -0700 |
commit | 991885f1d40b8a8f16cd17c028f5c93eba69a5f3 (patch) | |
tree | 2547111542756d49eeaaccf4db046ee3cd580e77 /view/wall_item.tpl | |
parent | f4cb6b9b08f6dc392b1f008f0aa9e9181f9e8b21 (diff) | |
download | volse-hubzilla-991885f1d40b8a8f16cd17c028f5c93eba69a5f3.tar.gz volse-hubzilla-991885f1d40b8a8f16cd17c028f5c93eba69a5f3.tar.bz2 volse-hubzilla-991885f1d40b8a8f16cd17c028f5c93eba69a5f3.zip |
improved standards compliance of some of the tags and fixed an issue which caused text to bump-over youtube video embeds
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"> |