mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
status messages always render in div tags; wrapping them in p tags is illegal in html
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="panel-heading"><i class="fa fa-signal fa-fw"></i> <?php echo _("Configure client"); ?></div>
|
||||
<!-- /.panel-heading -->
|
||||
<div class="panel-body">
|
||||
<p><?php $status->showMessages(); ?></p>
|
||||
<?php $status->showMessages(); ?>
|
||||
<h4><?php echo _("Client settings"); ?></h4>
|
||||
|
||||
<div class="btn-group btn-block">
|
||||
|
Reference in New Issue
Block a user