Skip to content

Commit

Permalink
Really Fix html validation error for project edit page. The closing t…
Browse files Browse the repository at this point in the history
…able tag

was in the wrong place.
  • Loading branch information
Daryn Warriner committed Feb 10, 2011
1 parent c491b9f commit cc6f559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage_proj_edit_page.php
Expand Up @@ -378,9 +378,9 @@
} ?>
</td>
</tr><?php
} # end for loop
} # end for loop ?>
</table><?php
} ?>
</table>
<form id="manage-project-add-version-form" method="post" action="manage_proj_ver_add.php">
<fieldset>
<?php echo form_security_field( 'manage_proj_ver_add' ) ?>
Expand Down

0 comments on commit cc6f559

Please sign in to comment.