summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
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 />";