diff options
author | David M <davidmj@users.sourceforge.net> | 2006-07-01 06:30:49 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-07-01 06:30:49 +0000 |
commit | 3efe7ffb1fed7fbc858699a13e2bdf28c68badd3 (patch) | |
tree | e6ce9745153e0a48f2897bb4d2bc98d8503ac9a0 /phpBB/adm | |
parent | 30563df3455e93a25a46b7fcd9891abb7e9cc895 (diff) | |
download | forums-3efe7ffb1fed7fbc858699a13e2bdf28c68badd3.tar forums-3efe7ffb1fed7fbc858699a13e2bdf28c68badd3.tar.gz forums-3efe7ffb1fed7fbc858699a13e2bdf28c68badd3.tar.bz2 forums-3efe7ffb1fed7fbc858699a13e2bdf28c68badd3.tar.xz forums-3efe7ffb1fed7fbc858699a13e2bdf28c68badd3.zip |
bugs? bugs.
git-svn-id: file:///svn/phpbb/trunk@6133 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-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 7a0f4922a2..0714b6f106 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -45,7 +45,7 @@ <br /> - <table cellspacing="1"> + <table cellspacing="1" id="down"> <thead> <tr> <th colspan="2">{L_TOKENS}</th> @@ -76,7 +76,7 @@ <p>{L_ACP_BBCODES_EXPLAIN}</p> - <table cellspacing="1"> + <table cellspacing="1" id="down"> <thead> <tr> <th>{L_BBCODE_TAG}</th> |