summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-08-04 11:38:17 -0700
committerArun Persaud <arun@nubati.net>2007-08-04 12:37:59 -0700
commit465e73265bc236531832686a8ae54894be928b81 (patch)
tree616a09039c2d72fc7430c96dc52edf9421f5d2ac /functions.php
parentc44e3cfcc5f363f001b101a82b1c06bfa7b05e69 (diff)
downloade-DoKo-465e73265bc236531832686a8ae54894be928b81.tar.gz
e-DoKo-465e73265bc236531832686a8ae54894be928b81.tar.bz2
e-DoKo-465e73265bc236531832686a8ae54894be928b81.zip
LAYOUT: new user page
mixed finished games, started games and games in progress into one table
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
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