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_bbcodes.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_bbcodes.html')
| -rw-r--r-- | phpBB/adm/style/acp_bbcodes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 5939af24ae..c22ed395e7 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -56,7 +56,7 @@ <br /> - <table cellspacing="1" id="down"> + <table class="table1" id="down"> <thead> <tr> <th colspan="2">{L_TOKENS}</th> @@ -90,7 +90,7 @@ <fieldset class="tabulated"> <legend>{L_ACP_BBCODES}</legend> - <table cellspacing="1" id="down"> + <table class="table1" id="down"> <thead> <tr> <th>{L_BBCODE_TAG}</th> |
