summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-11-01 11:51:00 -0700
committerArun Persaud <arun@nubati.net>2008-11-01 11:51:00 -0700
commitec0599c27c8cd38cfc7e9939d753b2d9a262db00 (patch)
treeecdbcd526400e6604d416964490c1592e736b793 /include/game.php
parent2666bb58429c385b716d2ffd5d5fe9a9e7af4f45 (diff)
downloade-DoKo-ec0599c27c8cd38cfc7e9939d753b2d9a262db00.tar.gz
e-DoKo-ec0599c27c8cd38cfc7e9939d753b2d9a262db00.tar.bz2
e-DoKo-ec0599c27c8cd38cfc7e9939d753b2d9a262db00.zip
BUGFIX: fixed some small typo/layout issues in the "game over" email
added a line break, made the score table look better Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.php b/include/game.php
index cfd1750..b2df369 100644
--- a/include/game.php
+++ b/include/game.php
@@ -1767,7 +1767,7 @@ switch($mystatus)
$message .= "Score Table:\n";
$message .= format_score_table_ascii($score);
- $message .= "Use these links to have a look at game ".DB_format_gameid($gameid).": \n";
+ $message .= "\nUse these links to have a look at game ".DB_format_gameid($gameid).": \n";
/* send out final email */
$all = array();