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:
@@ -3,7 +3,7 @@
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading"><i class="fa fa-lock fa-fw"></i><?php echo _("Configure Auth"); ?></div>
|
||||
<div class="panel-body">
|
||||
<p><?php $status->showMessages(); ?></p>
|
||||
<?php $status->showMessages(); ?>
|
||||
<form role="form" action="?page=auth_conf" method="POST">
|
||||
<?php echo CSRFTokenFieldTag() ?>
|
||||
<div class="row">
|
||||
|
Reference in New Issue
Block a user