Skip to content

Commit

Permalink
Fix #12545: manage_tags_page: close open <a> tag
Browse files Browse the repository at this point in the history
If using a hyperlink element (<a>) as a bookmark anchor then we need to
ensure it is properly closed.
  • Loading branch information
davidhicks committed Nov 20, 2010
1 parent c0a2944 commit 16e9336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_tags_page.php
Expand Up @@ -193,7 +193,7 @@
<?php if ( $t_can_edit ) { ?>

<br />
<a name="tagcreate">
<a name="tagcreate" />

<!-- Create Tag Form -->

Expand Down

0 comments on commit 16e9336

Please sign in to comment.