Various XHTML fixes
[lhc/web/wiklou.git] / includes / SpecialUserlogin.php
index 75ebb10..00a70d4 100644 (file)
@@ -342,9 +342,9 @@ class LoginForm {
                                #       This appears to be more intuitive than alternative 2.
 
                                if ($error === '') {
-                                       $mailmsg = '<br>' . wfMsg( 'passwordsentforemailauthentication', $u->getName() );
+                                       $mailmsg = '<br />' . wfMsg( 'passwordsentforemailauthentication', $u->getName() );
                                } else {
-                                       $mailmsg = '<br>' . wfMsg( 'mailerror', $error ) ;
+                                       $mailmsg = '<br />' . wfMsg( 'mailerror', $error ) ;
                                }
                        }
                }