From 448ca16b770c8cfe055f4ffb41cd5c189da3cde0 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 29 May 2008 22:51:19 -0700 Subject: CLEANUP: used tidy to clean up the HTML got rid of a lot of warning message, HTML should be nicer now ;) Signed-off-by: Arun Persaud --- include/user.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/user.php') diff --git a/include/user.php b/include/user.php index 7e8ef9e..54ce302 100644 --- a/include/user.php +++ b/include/user.php @@ -136,14 +136,14 @@ if(myisset("forgot")) } if($r[4]=='pre') { - echo "\n p "; + echo "\n p "; } else if ($r[4]=='gameover') - echo "\n F "; + echo "\n F "; else { - echo "\n P "; + echo "\n P "; } if($r[4] != 'gameover') { -- cgit v1.2.3-18-g5258