Skip to content

Commit

Permalink
Admin checks: fix HTML syntax error on index page
Browse files Browse the repository at this point in the history
A closing </div> was missing when displaying failures or warning.
  • Loading branch information
dregad committed Aug 3, 2017
1 parent 4980b3b commit 12ab69b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin/check/index.php
Expand Up @@ -202,6 +202,8 @@ function mode_url( $p_all, $p_errors ) {
<div class="alert alert-success" id="check-notice-passed">
All tests passed.
</div>
<?php } ?>

</div>
<?php }
<?php
layout_admin_page_end();

0 comments on commit 12ab69b

Please sign in to comment.