diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-19 16:09:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-19 16:09:10 -0700 |
commit | d715c062c025a1285d4f45f89ad8144ee7a13f1f (patch) | |
tree | 40bf459b2161511d730fa6147715fab1e6a33dea /view/wall_item_drop.tpl | |
parent | 0b2d85891e651bab2c3ddd0c7396d557a052dd18 (diff) | |
download | volse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.tar.gz volse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.tar.bz2 volse-hubzilla-d715c062c025a1285d4f45f89ad8144ee7a13f1f.zip |
clean up the html layout on profile page
Diffstat (limited to 'view/wall_item_drop.tpl')
-rw-r--r-- | view/wall_item_drop.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item_drop.tpl b/view/wall_item_drop.tpl index 84a2f3a8e..66777db15 100644 --- a/view/wall_item_drop.tpl +++ b/view/wall_item_drop.tpl @@ -1,2 +1,2 @@ <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-$id" ><a href="item/drop/$id" onclick="return confirmDelete();" ><img src="images/b_drophide.gif" alt="Delete" title="Delete" id="wall-item-delete-icon-$id" class="wall-item-delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a></div> -<div class="wall-item-delete-end"></div> + <div class="wall-item-delete-end"></div> |