Add missed asterisk in /view/ban.php near form.field.ban_comment

This commit is contained in:
Dmitriy Simushev 2011-11-12 18:29:49 +00:00
parent a923a3cfdc
commit 82d4e79dc9

View File

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