From 98fcfc10d9f2ae7bc90713f47e809fa1f6eccf15 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 31 May 2008 12:25:25 -0700 Subject: [PATCH] LAYOUT: make html standard conform in debug mode hadn't checked debug mode with tidy Signed-off-by: Arun Persaud --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index eba8bfa..7b29a28 100644 --- a/include/functions.php +++ b/include/functions.php @@ -734,7 +734,7 @@ function display_table () if(!$debug) echo " $name \n"; else - echo " $name\n"; + echo " $name\n"; /* add hints for poverty, wedding, solo, etc */ if( $gametype != "solo") -- 2.25.1