Skip to content

Commit

Permalink
Install: remove extra open/close of divs+table
Browse files Browse the repository at this point in the history
This caused display of a horizontal blue line under the "Checking
installation" section header.

Fixes #22401
  • Loading branch information
dregad committed Feb 17, 2017
1 parent 4271855 commit c34d71f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions admin/install.php
Expand Up @@ -338,12 +338,6 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes
}
?>

</table>
</div>
</div>
</div>
</div>
</div>
<?php
if( false == $g_failed ) {
$t_install_state++;
Expand All @@ -356,13 +350,6 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes
date_default_timezone_set( $f_timezone );
?>

<div class="col-md-12 col-xs-12">
<div class="widget-box widget-color-blue2">
<div class="widget-body">
<div class="widget-main no-padding">
<div class="table-responsive">
<table class="table table-bordered table-condensed">

<!-- Checking DB support-->
<?php
print_test( 'Setting Database Type', '' !== $f_db_type, true, 'database type is blank?' );
Expand Down

0 comments on commit c34d71f

Please sign in to comment.