diff options
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 2 |
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&me=".$r[0]. - "\">game ".DB_format_gameid($r[1])." </a>\n"; + "\"> ".DB_format_gameid($r[1])." </a>\n"; if($i>4) { echo ", ...\n"; |