From f003c35fdcdee1d31326520544620d6ce0af27aa Mon Sep 17 00:00:00 2001 From: Matt Friedman <maf675@gmail.com> Date: Sat, 19 Oct 2013 08:59:08 -0700 Subject: [ticket/11935] Replace obsolete table attributes in Admin with CSS PHPBB3-11935 --- phpBB/adm/style/acp_users_warnings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_users_warnings.html') diff --git a/phpBB/adm/style/acp_users_warnings.html b/phpBB/adm/style/acp_users_warnings.html index d27f3800fc..9d082eda6d 100644 --- a/phpBB/adm/style/acp_users_warnings.html +++ b/phpBB/adm/style/acp_users_warnings.html @@ -1,7 +1,7 @@ <form id="list" method="post" action="{U_ACTION}"> <!-- IF .warn --> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_REPORT_BY}</th> -- cgit v1.2.1