Skip to content

Commit

Permalink
Issue #12545: Remove duplicate form closing tag (bug actiongroup)
Browse files Browse the repository at this point in the history
A duplicate </form> closing tag existed on bug_actiongroup_page. This
led to XHTML validation errors in the browser due to the malformed XHTML
markup.
  • Loading branch information
davidhicks committed Dec 26, 2010
1 parent 6f0f593 commit 9f6433e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/bug_group_action_api.php
Expand Up @@ -83,7 +83,6 @@ function bug_group_action_print_bug_list( $p_bug_ids_array ) {
}

echo '</table>';
echo '</form>';
echo '</div>';

if( STATUS_LEGEND_POSITION_BOTTOM == $t_legend_position ) {
Expand Down

0 comments on commit 9f6433e

Please sign in to comment.