mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
W3 Fixes <br/> > <br>
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<div class="reset-password-area">
|
||||
<hr>
|
||||
<div>
|
||||
<h2 style="text-align:center;"><?php echo __('Reset Password', 'users'); ?></h2><br />
|
||||
<h2 style="text-align:center;"><?php echo __('Reset Password', 'users'); ?></h2><br>
|
||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
|
Reference in New Issue
Block a user