aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-10-21 00:15:28 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-10-21 00:15:28 +0000
commit411683ffd460e78d578b563996b3a326a3af8a4c (patch)
tree0fee2acf3f499a54a198afd6796767a5d2066394
parent404b52e8fa28df88b9a70bc006497e5e9c2a3fee (diff)
downloadforums-411683ffd460e78d578b563996b3a326a3af8a4c.tar
forums-411683ffd460e78d578b563996b3a326a3af8a4c.tar.gz
forums-411683ffd460e78d578b563996b3a326a3af8a4c.tar.bz2
forums-411683ffd460e78d578b563996b3a326a3af8a4c.tar.xz
forums-411683ffd460e78d578b563996b3a326a3af8a4c.zip
nowrap for th
git-svn-id: file:///svn/phpbb/trunk@4617 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/adm/admin_bots.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/admin_bots.php b/phpBB/adm/admin_bots.php
index 2d1e89d1ad..00e2138200 100644
--- a/phpBB/adm/admin_bots.php
+++ b/phpBB/adm/admin_bots.php
@@ -327,10 +327,10 @@ adm_page_header($user->lang['BOTS']);
<form method="post" action="<?php "admin_bots.$phpEx$SID"; ?>"><table class="bg" width="90%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
- <th><?php echo $user->lang['BOT_NAME']; ?></th>
- <th><?php echo $user->lang['BOT_LAST_VISIT']; ?></th>
- <th colspan="3"><?php echo $user->lang['OPTIONS']; ?></th>
- <th><?php echo $user->lang['MARK']; ?></th>
+ <th nowrap="nowrap"><?php echo $user->lang['BOT_NAME']; ?></th>
+ <th nowrap="nowrap"><?php echo $user->lang['BOT_LAST_VISIT']; ?></th>
+ <th colspan="3" nowrap="nowrap"><?php echo $user->lang['OPTIONS']; ?></th>
+ <th nowrap="nowrap"><?php echo $user->lang['MARK']; ?></th>
</tr>
<?php