Add stats for block errors on create/edit actions
[lhc/web/wiklou.git] / includes / skins / QuickTemplate.php
index e4a2476..06d0f7b 100644 (file)
@@ -146,8 +146,8 @@ abstract class QuickTemplate {
        function msgWiki( $msgKey ) {
                global $wgOut;
 
-               $text = wfMessage( $msgKey )->text();
-               echo $wgOut->parse( $text );
+               $text = wfMessage( $msgKey )->plain();
+               echo $wgOut->parseAsInterface( $text );
        }
 
        /**