diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_ban.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_ban.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html index 531a90bb42..6643851c63 100644 --- a/phpBB/styles/prosilver/template/mcp_ban.html +++ b/phpBB/styles/prosilver/template/mcp_ban.html @@ -43,7 +43,7 @@ <fieldset> <dl> - <dt><label for="ban">{L_BAN_CELL}: </label></dt> + <dt><label for="ban">{L_BAN_CELL}:</label></dt> <dd><label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3">{USERNAMES}</textarea></label></dd> <!-- IF S_USERNAME_BAN --><dd><strong><a href="#" onclick="window.open('{U_FIND_USER}', '_phpbbsearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); return false;">{L_FIND_USERNAME}</a></strong></dd><!-- ENDIF --> </dl> |