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_attachments.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_attachments.html')
-rw-r--r-- | phpBB/adm/style/acp_attachments.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 0ba8581201..9ce9fb5f13 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -224,7 +224,7 @@ <fieldset class="tabulated"> <legend>{L_TITLE}</legend> - <table cellspacing="1"> + <table class="table1"> <col class="row1" /><col class="row1" /><col class="row2" /> <thead> <tr> @@ -291,7 +291,7 @@ <fieldset class="tabulated"> <legend>{L_TITLE}</legend> - <table cellspacing="1"> + <table class="table1"> <col class="row1" /><col class="row1" /><col class="row2" /> <thead> <tr> @@ -331,7 +331,7 @@ <fieldset class="tabulated"> <legend>{L_TITLE}</legend> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_FILENAME}</th> @@ -389,7 +389,7 @@ <!-- ENDIF --> </div> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_FILENAME}</th> |