Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BUGFIX: <a href> tag not closed around "delete labelset" button in to…
…olbar - causing clicking on "export" button to delete labelset in properly html compliant browsers (ie: Mozilla). Closed tag.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1182 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Sep 14, 2004
1 parent 9db726e commit 26d4b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/labels.php
Expand Up @@ -230,7 +230,7 @@
."\t\t\t\t\t<a href='labels.php?action=delset&lid=$lid'>"
."<img src='$imagefiles/delete.gif' title='"
._L_DEL_BT."' align='left' border='0' hspace='0' "
."onClick=\"return confirm('Are you sure?')\">\n"
."onClick=\"return confirm('Are you sure?')\"></a>\n"
."\t\t\t\t\t<input type='image' src='$imagefiles/export.gif' title='"
._EXPORTLABEL."' align='left' border='0' hspace='0' "
."onClick=\"window.open('dumplabel.php?lid=$lid', '_top')\">\n"
Expand Down

0 comments on commit 26d4b91

Please sign in to comment.