diff options
Diffstat (limited to 'phpBB/adm/style/acp_disallow.html')
-rw-r--r-- | phpBB/adm/style/acp_disallow.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_disallow.html b/phpBB/adm/style/acp_disallow.html index 6486f66c32..5d94787f04 100644 --- a/phpBB/adm/style/acp_disallow.html +++ b/phpBB/adm/style/acp_disallow.html @@ -12,7 +12,7 @@ <legend>{L_ADD_DISALLOW_TITLE}</legend> <dl> <dt><label for="user">{L_USERNAME}:</label><br /><span>{L_ADD_DISALLOW_EXPLAIN}</span></dt> - <dd><input id="user" type="text" name="disallowed_user" class="medium" maxlength="255" /></dd> + <dd><input id="user" type="text" class="text medium" maxlength="255" name="disallowed_user" /></dd> </dl> <p class="quick"> |