no br if line contains whitespace, no empty line added after parsing interwiki langua...
[lhc/web/wiklou.git] / includes / SpecialUserlogout.php
index c86f55a..182c9bf 100644 (file)
@@ -7,7 +7,7 @@ function wfSpecialUserlogout()
        $wgUser->logout();
        $wgOut->mCookies = array();
        $wgOut->setRobotpolicy( "noindex,nofollow" );
-       $wgOut->addHTML( wfMsg( "logouttext" ) . "\n<p>" );
+       $wgOut->addHTML( wfMsg( "logouttext" ) );
        $wgOut->returnToMain();
 }