From 58c33c410e2699484d6183b3fb0318d108cebd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 31 Mar 2010 14:42:34 +0200 Subject: [PATCH] Do not make the width 100%. Otherwise it is wider than navigation frame. --- navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation.php b/navigation.php index 8bb5361c9..fb5e52c5c 100644 --- a/navigation.php +++ b/navigation.php @@ -298,7 +298,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { } echo '

'; if ($table_count) { - echo ''; + echo ''; } /**