status messages always render in div tags; wrapping them in p tags is illegal in html

This commit is contained in:
glaszig
2019-08-19 01:08:46 +01:00
parent df429064c6
commit 680fa1de87
4 changed files with 4 additions and 4 deletions

View File

@@ -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">