From dfbea65d8ae9c21190a9fe5b69ea2ee098dcede7 Mon Sep 17 00:00:00 2001 From: Arun Date: Tue, 9 Oct 2007 12:50:22 +0200 Subject: LAYOUT: 1st round of changes to get rid of overlapping areas centered table, moved menus to correct place (this also fixed a bug that still showed that it was your turn in a game after you moved) and some other small changes. --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 5c98274..73d04f6 100644 --- a/functions.php +++ b/functions.php @@ -692,7 +692,7 @@ function display_table () $zone = return_timezone($offset); date_default_timezone_set($zone); - echo " \n"; + echo "
\n"; if(!$debug) echo " $name \n"; else @@ -792,7 +792,7 @@ function display_table () echo "
\n"; echo " local time"; echo " last login"; - echo " \n"; + echo "
\n"; } echo "\n"; /* end output table */ -- cgit v1.2.3-18-g5258