From 9c5af0e78797d2c5c2e3bbf2439bb7b88fc32cdf Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 19 Jun 2007 22:57:17 +0200 Subject: CLEANUP: code + text messages cleaned up the code and corrected some typos --- output.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 81433d0..922b439 100644 --- a/output.php +++ b/output.php @@ -289,15 +289,17 @@ function output_home_page($pre,$game,$done,$avgtime) else echo "

At the moment there are $pre games that are being started "; - echo "and"; + echo "and "; if($game==0) - echo " zero games that are ongoing. "; + echo "zero games that are ongoing. "; else if($game==1) - echo " one game that is ongoing. "; + echo "one game that is ongoing. "; else echo "$game games that are ongoing. "; + echo "
\n"; + if($done==0) echo "No game has been completed on this server.

"; else if($done==1) -- cgit v1.2.3-18-g5258