diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-03-04 01:27:58 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-03-04 01:27:58 +0000 |
commit | 9411996f4568b026d009ecd6426d2d7dec7bef1a (patch) | |
tree | 5fd298607fc4a4329b0911474cc42c16f3e828a1 /phpBB/templates/Default | |
parent | e9aedae48fac38e7087514d4a863ff2b836378b3 (diff) | |
download | forums-9411996f4568b026d009ecd6426d2d7dec7bef1a.tar forums-9411996f4568b026d009ecd6426d2d7dec7bef1a.tar.gz forums-9411996f4568b026d009ecd6426d2d7dec7bef1a.tar.bz2 forums-9411996f4568b026d009ecd6426d2d7dec7bef1a.tar.xz forums-9411996f4568b026d009ecd6426d2d7dec7bef1a.zip |
Misc fixes
git-svn-id: file:///svn/phpbb/trunk@80 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r-- | phpBB/templates/Default/viewforum_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Default/viewforum_body.tpl b/phpBB/templates/Default/viewforum_body.tpl index ed97ca03c3..7c00fc65d5 100644 --- a/phpBB/templates/Default/viewforum_body.tpl +++ b/phpBB/templates/Default/viewforum_body.tpl @@ -3,7 +3,7 @@ <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1"> <tr> <td> - <table border="0" width="100%" cellpadding="0" cellspacing="1"> + <table border="0" width="100%" cellpadding="3" cellspacing="1"> <tr class="tableheader"> <td width="5%"> </td> <td>Topic</td> |