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 9e9f05120a..f2249941a5 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -52,7 +52,7 @@  	<legend>{L_TITLE}</legend>  <dl>  	<dt><label for="ban">{L_BAN_CELL}{L_COLON}</label></dt> -	<dd><textarea name="ban" cols="40" rows="3" id="ban"></textarea></dd> +	<dd><!-- EVENT acp_ban_cell_prepend --><textarea name="ban" cols="40" rows="3" id="ban"></textarea><!-- EVENT acp_ban_cell_append --></dd>  	<!-- IF S_USERNAME_BAN --><dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd><!-- ENDIF -->  </dl>  <dl>  | 
