(bug 7098) Add an option to disable/enable sending of HTTP ETag headers,
[lhc/web/wiklou.git] / includes / SpecialUserlogout.php
index 4b89278..f3fcbc4 100644 (file)
@@ -18,7 +18,7 @@ function wfSpecialUserlogout() {
                wfRunHooks('UserLogoutComplete', array(&$wgUser));
 
                $wgOut->setRobotpolicy( 'noindex,nofollow' );
-               $wgOut->addWikiText( wfMsg( 'logouttext' ) );
+               $wgOut->addHTML( wfMsgExt( 'logouttext', array( 'parse' ) ) );
                $wgOut->returnToMain();
 
        }