mirror of
https://github.com/anope/anope.git
synced 2026-07-01 14:46:39 +02:00
Fix placeholder for akill.html
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-2" for="mask">HostMask:</label>
|
||||
<div class="col-lg-6">
|
||||
<input class="form-control" type="text" name="mask" id="mask" placeholder="Mask must be in the form user@host">
|
||||
<input class="form-control" type="text" name="mask" id="mask" placeholder="Mask must be in the form nick!user@host">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user