mirror of
https://github.com/znc/znc.git
synced 2026-05-02 03:22:33 +02:00
Use XHTML
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Flood protection burst:</div>
|
||||
<div><input type="number" name="floodburst" value="<? VAR FloodBurst ?>" min="1" id="floodburst"
|
||||
<div><input type="number" name="floodburst" min="1" id="floodburst"
|
||||
<? IF FloodProtection ?> value="<? VAR FloodBurst ?>" <? ELSE ?> value="4" disabled="disabled" <? ENDIF ?> /> lines can be send immediately</div>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
Reference in New Issue
Block a user