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_modules.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_modules.html')
-rw-r--r-- | phpBB/adm/style/acp_modules.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_modules.html b/phpBB/adm/style/acp_modules.html index f8be80bc57..8870c815af 100644 --- a/phpBB/adm/style/acp_modules.html +++ b/phpBB/adm/style/acp_modules.html @@ -132,7 +132,7 @@ </div> <!-- ENDIF --> - <table cellspacing="1"> + <table class="table1"> <tbody> <tr> <td class="row3">{NAVIGATION}<!-- IF S_NO_MODULES --> [<a href="{U_EDIT}">{L_EDIT}</a> | <a href="{U_DELETE}">{L_DELETE}</a> | <!-- IF MODULE_ENABLED --><a href="{U_DISABLE}">{L_DISABLE}</a><!-- ELSE --><a href="{U_ENABLE}">{L_ENABLE}</a><!-- ENDIF -->]<!-- ENDIF --></td> @@ -141,7 +141,7 @@ </table> <!-- IF .modules --> - <table cellspacing="1"> + <table class="table1"> <col class="row1" /><col class="row1" /><col class="row2" /><col class="row2" /> <tbody> <!-- BEGIN modules --> |