diff options
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php index 45fa0ae..5c98274 100644 --- a/functions.php +++ b/functions.php @@ -821,7 +821,7 @@ function display_user_menu() echo "<a href=\"".$host."?me=".$r[0]."\">game ".DB_format_gameid($r[1])." </a><br />\n"; } - echo "<hr> <a href=\"".$host."?new\">start a new game</a>"; + echo "<hr /> <a href=\"".$host."?new\">start a new game</a>"; echo |