summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-08-04 09:52:56 -0700
committerArun Persaud <arun@nubati.net>2007-08-04 09:52:56 -0700
commitc44e3cfcc5f363f001b101a82b1c06bfa7b05e69 (patch)
treee8a8d4ca971ee358b608c92017f27320f1a7e7b3 /output.php
parent8c9f2736384c0c279019ca41c32da58e127bf572 (diff)
downloade-DoKo-c44e3cfcc5f363f001b101a82b1c06bfa7b05e69.tar.gz
e-DoKo-c44e3cfcc5f363f001b101a82b1c06bfa7b05e69.tar.bz2
e-DoKo-c44e3cfcc5f363f001b101a82b1c06bfa7b05e69.zip
LAYOUT: fixed some overlaying of boxes (but not all), made userpage a bit nicer
a bit more html on the user page and the session are displayed differently now. Also fixed a few small html errors, moved the link for new games into the menu and probably some small things I don't remember right now ;)
Diffstat (limited to 'output.php')
-rw-r--r--output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.php b/output.php
index 4485db4..88bc9f2 100644
--- a/output.php
+++ b/output.php
@@ -8,7 +8,7 @@ function output_user_settings($email,$password)
echo "<div class=\"useroptions\">\n";
echo "<h4> Settings </h4>\n";
- echo "<a href=\"index.php?passwd=ask\">change password</a><br /";
+ echo "<a href=\"index.php?passwd=ask\">change password</a><br />";
if( $PREF["cardset"] == "english" )
echo "<a href=\"index.php?setpref=germancards\">use german cards</a><br />";