LAYOUT: moved score table and rules to the top
[e-DoKo.git] / include / stats.php
index 1f4bca947f1b76ee1312788451d6f723fdefbd54..ba2ea6d2cde87bbebf77cc9d7915a6cceff9bd43 100644 (file)
@@ -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";
   }