LAYOUT: make html standard conform in debug mode
authorArun Persaud <arun@nubati.net>
Sat, 31 May 2008 19:25:25 +0000 (12:25 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 31 May 2008 19:25:25 +0000 (12:25 -0700)
hadn't checked debug mode with tidy

Signed-off-by: Arun Persaud <arun@nubati.net>
include/functions.php

index eba8bfa4b14c764c66c6204250b84c25eb7304e0..7b29a28fe311dbd12e27fd1e2af53d1a6250cc5d 100644 (file)
@@ -734,7 +734,7 @@ function display_table ()
       if(!$debug)
        echo "   $name \n";
       else
-       echo "   <a href=\"".$INDEX."?action=game&me=".$hash."\">$name</a>\n";
+       echo "   <a href=\"".$INDEX."?action=game&amp;me=".$hash."\">$name</a>\n";
 
       /* add hints for poverty, wedding, solo, etc */
       if( $gametype != "solo")