diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-29 22:51:19 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-29 22:51:19 -0700 |
commit | 448ca16b770c8cfe055f4ffb41cd5c189da3cde0 (patch) | |
tree | 4aace5ec1c95006eaa6ba898c18d72bcd8f22a5c /include/stats.php | |
parent | 5abed91d19058387ffa2c3667b89eff16a5720e6 (diff) | |
download | e-DoKo-448ca16b770c8cfe055f4ffb41cd5c189da3cde0.tar.gz e-DoKo-448ca16b770c8cfe055f4ffb41cd5c189da3cde0.tar.bz2 e-DoKo-448ca16b770c8cfe055f4ffb41cd5c189da3cde0.zip |
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 <arun@nubati.net>
Diffstat (limited to 'include/stats.php')
-rw-r--r-- | include/stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<p>The longest session is session ".$long[1]." with ".$long[0]. " games played by ".join(", ",$names).".</p>\n"; } |