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/stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stats.php') diff --git a/include/stats.php b/include/stats.php index 1f4bca9..ba2ea6d 100644 --- a/include/stats.php +++ b/include/stats.php @@ -68,7 +68,7 @@ if($r) { $long = DB_fetch_array($r); $names = DB_get_all_names_by_gameid($long[2]); - echo "The longest session is session ".$long[1]." with ".$long[0]. + echo "

The longest session is session ".$long[1]." with ".$long[0]. " games played by ".join(", ",$names).".

\n"; } -- cgit v1.2.3-18-g5258