Fix XML errors on network page in webadmin.

Thanks to thread for reporting it.
This commit is contained in:
Alexey Sokolov
2012-04-13 02:49:18 +07:00
parent 33889c97e6
commit 87a79f83d9
3 changed files with 28 additions and 10 deletions
@@ -66,8 +66,7 @@
<div class="inputlabel">Flood protection:</div>
<div class="checkbox">
<input type="checkbox" name="floodprotection" id="floodprotection_checkbox"
title="You might enable the flood protection.
This prevents "excess flood" errors, which occur, when your IRC bot is command flooded or spammed."
title="You might enable the flood protection. This prevents `excess flood' errors, which occur, when your IRC bot is command flooded or spammed."
onchange="floodprotection_change();"
<? IF FloodProtection ?>checked="checked"<? ENDIF ?> />
<label for="floodprotection_checkbox">Enabled</label>