mirror of
https://github.com/Mibew/java.git
synced 2025-01-23 01:50:34 +03:00
Add missed asterisk in /view/ban.php near form.field.ban_comment
This commit is contained in:
parent
a923a3cfdc
commit
82d4e79dc9
@ -72,7 +72,7 @@ require_once('inc_errors.php');
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<div class="flabel"><?php echo getlocal('form.field.ban_comment') ?></div>
|
||||
<div class="flabel"><?php echo getlocal('form.field.ban_comment') ?><span class="required">*</span></div>
|
||||
<div class="fvalue">
|
||||
<input type="text" name="comment" size="40" value="<?php echo form_value('comment') ?>" class="formauth"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user