diff options
Diffstat (limited to 'phpBB/adm/style/acp_ban.html')
-rw-r--r-- | phpBB/adm/style/acp_ban.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 9a8f5fdc38..35b4539336 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -52,7 +52,7 @@ </dl> <dl> <dt><label for="banexclude">{L_BAN_EXCLUDE}:</label><br /><span>{L_BAN_EXCLUDE_EXPLAIN}</span></dt> - <dd><input type="radio" name="banexclude" value="1" /> {L_YES} <input type="radio" name="banexclude" id="banexclude" value="0" checked="checked" /> {L_NO}</dd> + <dd><input type="radio" name="banexclude" value="1" class="radio" /> {L_YES} <input type="radio" name="banexclude" id="banexclude" value="0" checked="checked" class="radio" /> {L_NO}</dd> </dl> <dl> <dt><label for="banreason">{L_BAN_REASON}:</label></dt> |