Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug #11995 - Add a css id and name to bug change status form.
  • Loading branch information
Daryn Warriner committed Aug 24, 2010
1 parent 11407dd commit ca23cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_change_status_page.php
Expand Up @@ -138,7 +138,7 @@

<br />
<div align="center">
<form method="post" action="bug_update.php">
<form id="bug-change-status-form" name="bug_change_status_form" method="post" action="bug_update.php">
<?php echo form_security_field( 'bug_update' ) ?>
<table class="width75" cellspacing="1">

Expand Down

0 comments on commit ca23cc9

Please sign in to comment.