summaryrefslogtreecommitdiffstats
path: root/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'register.php')
-rw-r--r--register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/register.php b/register.php
index 0f13e9a7..38005c28 100644
--- a/register.php
+++ b/register.php
@@ -123,7 +123,7 @@ switch ($action) {
$mmsg = "MAILOK";
}
else {
- $GLOBALS['error']->add_error('email',_("Error Email address not confirmed<br>$validate_results[1]"));
+ $GLOBALS['error']->add_error('email',_("Error Email address not confirmed<br />$validate_results[1]"));
}
/* End of mailcheck */