summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index eba8bfa..7b29a28 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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")