summaryrefslogtreecommitdiffstats
path: root/include/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/stats.php')
-rw-r--r--include/stats.php2
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";
}