From: Arun Persaud Date: Sat, 31 May 2008 19:25:25 +0000 (-0700) Subject: LAYOUT: make html standard conform in debug mode X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fcfc10d9f2ae7bc90713f47e809fa1f6eccf15;p=e-DoKo.git LAYOUT: make html standard conform in debug mode hadn't checked debug mode with tidy Signed-off-by: Arun Persaud --- 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")