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_icons.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_icons.html')
-rw-r--r-- | phpBB/adm/style/acp_icons.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index 1187b7b775..bfe4878ba5 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -74,7 +74,7 @@ <fieldset class="tabulated"> <legend>{L_TITLE}</legend> - <table cellspacing="1" id="smilies"> + <table class="table1" id="smilies"> <thead> <tr> <th colspan="{COLSPAN}">{L_CONFIG}</th> @@ -218,7 +218,7 @@ <legend>{L_TITLE}</legend> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_TITLE}</th> |