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 64c3e8b..c654413 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1241,7 +1241,7 @@ function display_user_menu($id, $skiphash=NULL)
$i++;
echo " <a href=\"".$INDEX."?action=game&amp;me=".$r[0].
- "\">game ".DB_format_gameid($r[1])." </a>\n";
+ "\"> ".DB_format_gameid($r[1])." </a>\n";
if($i>4)
{
echo ", ...\n";