From ec0599c27c8cd38cfc7e9939d753b2d9a262db00 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 1 Nov 2008 11:51:00 -0700 Subject: 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 --- include/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/game.php') 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(); -- cgit v1.2.3-18-g5258