--- /root/software/mediawiki-1.6.3/includes/OutputPage.php      2006-04-11 03:18:02.000000000 +0200
+++ OutputPage.php      2006-05-02 14:40:10.000000000 +0200
@@ -757,7 +757,7 @@
                $sk = $wgUser->getSkin();
                $loginlink = $sk->makeKnownLinkObj($loginpage, wfMsg('loginreqlink'),
                        'returnto=' . htmlspecialchars($wgTitle->getPrefixedDBkey()));
-               $this->addHTML( wfMsgHtml( 'loginreqpagetext', $loginlink ) );
+               $this->addHTML( wfMsgWikiHtml( 'loginreqpagetext', $loginlink ) );

                # We put a comment in the .html file so a Sysop can diagnose the page the
                # user can't see.
