Skip to content

Commit

Permalink
Fix invalid anchor
Browse files Browse the repository at this point in the history
Issue 21171
  • Loading branch information
atrol committed Jul 8, 2016
1 parent 50a0f07 commit 57d4c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_tags_page.php
Expand Up @@ -162,7 +162,7 @@

<?php if( $t_can_edit ) { ?>
<div id="manage-tags-create-div" class="form-container">
<a name="tagcreate" />
<a name="tagcreate"></a>
<form id="manage-tags-create-form" method="post" action="tag_create.php">
<fieldset class="required">
<legend><span><?php echo lang_get( 'tag_create' ) ?></span></legend>
Expand Down

0 comments on commit 57d4c7f

Please sign in to comment.