diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-28 14:08:02 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-28 14:08:02 +0000 |
commit | 9564abe4bf386a25c79ce8276147a5ee4c64ccbb (patch) | |
tree | fd0fbcaf62f3f2748c676244a3c446c7e0427503 /phpBB/templates/subSilver/viewtopic_body.tpl | |
parent | 10ef4498dc063245e94bb658b91dc775d9c1fe81 (diff) | |
download | forums-9564abe4bf386a25c79ce8276147a5ee4c64ccbb.tar forums-9564abe4bf386a25c79ce8276147a5ee4c64ccbb.tar.gz forums-9564abe4bf386a25c79ce8276147a5ee4c64ccbb.tar.bz2 forums-9564abe4bf386a25c79ce8276147a5ee4c64ccbb.tar.xz forums-9564abe4bf386a25c79ce8276147a5ee4c64ccbb.zip |
Add a few nowraps ... no doubt causing a few issues for at least one language ...
git-svn-id: file:///svn/phpbb/trunk@2218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 39d200f6ee..d091d32b8e 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -22,8 +22,8 @@ </tr> {POLL_DISPLAY} <tr> - <th class="thLeft" width="22%" height="26">{L_AUTHOR}</th> - <th class="thRight">{L_MESSAGE}</th> + <th class="thLeft" width="22%" height="26" nowrap="nowrap">{L_AUTHOR}</th> + <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th> </tr> <!-- BEGIN postrow --> <tr> |