summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'output.php')
-rw-r--r--output.php8
1 files changed, 5 insertions, 3 deletions
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 "<p> 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 "<br />\n";
+
if($done==0)
echo "No game has been completed on this server. </p>";
else if($done==1)