Skip to content

Commit

Permalink
Fix html validation errors for install page
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Mar 5, 2011
1 parent e69926d commit f2c2f06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions admin/install.php
Expand Up @@ -378,9 +378,10 @@ function InsertData( $p_table, $p_data ) {
print_test_result(( '' == $t_error ) && ( '' == $t_warning ), ( '' != $t_error ), $t_error . ' ' . $t_warning );
?>
</tr>
<?php
}?>
</table>
<?php
}
if( false == $g_failed ) {
$t_install_state++;
} else {
Expand Down Expand Up @@ -1012,7 +1013,7 @@ function InsertData( $p_table, $p_data ) {
<p><a href="../login_page.php">Continue</a> to log into Mantis</p>
<?php
} else {?>
<p>Please log in as the administrator and <a href="../manage_proj_create_page.php">create</a> your first project.
<p>Please log in as the administrator and <a href="../manage_proj_create_page.php">create</a> your first project.</p>

<?php
}
Expand Down

0 comments on commit f2c2f06

Please sign in to comment.