diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-04 09:43:34 -0800 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-11-04 09:43:34 -0800 |
| commit | ad69d5af8aa3907579a044283e4dcd6cda9f64da (patch) | |
| tree | 22c5114671a76fcbb51e7b0fe3c707ef8b4f9243 /phpBB/adm/style/acp_main.html | |
| parent | 817a21dcfc313cce378167177906f373ede5f39a (diff) | |
| parent | 16213c92fe71cb1029bdac3b797529c6c74f6e96 (diff) | |
| download | forums-ad69d5af8aa3907579a044283e4dcd6cda9f64da.tar forums-ad69d5af8aa3907579a044283e4dcd6cda9f64da.tar.gz forums-ad69d5af8aa3907579a044283e4dcd6cda9f64da.tar.bz2 forums-ad69d5af8aa3907579a044283e4dcd6cda9f64da.tar.xz forums-ad69d5af8aa3907579a044283e4dcd6cda9f64da.zip | |
Merge pull request #1788 from VSEphpbb/ticket/11935
[ticket/11935] Fix invalid HTML and Errors
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
| -rw-r--r-- | phpBB/adm/style/acp_main.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index b6d520130a..bb39ffe050 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -78,7 +78,7 @@ <!-- EVENT acp_main_notice_after --> - <table cellspacing="1" class="two-columns no-header" data-no-responsive-header="true"> + <table class="table1 two-columns no-header" data-no-responsive-header="true"> <caption>{L_FORUM_STATS}</caption> <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" /> <thead> @@ -216,7 +216,7 @@ <div style="text-align: right;"><a href="{U_ADMIN_LOG}">» {L_VIEW_ADMIN_LOG}</a></div> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_USERNAME}</th> @@ -249,7 +249,7 @@ <div style="text-align: right;"><a href="{U_INACTIVE_USERS}">» {L_VIEW_INACTIVE_USERS}</a></div> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_USERNAME}</th> |
