Use XHTML

This commit is contained in:
Alexey Sokolov
2012-03-23 11:14:29 +07:00
parent b46231b12d
commit 9b3a764a6c
4 changed files with 11 additions and 10 deletions

View File

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