Merge "Make MediaWiki:Redirectpagesub accept all wikitext."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 27 Dec 2013 21:58:59 +0000 (21:58 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 27 Dec 2013 21:58:59 +0000 (21:58 +0000)
includes/Article.php

index 821c32e..a694daf 100644 (file)
@@ -1439,7 +1439,7 @@ class Article implements Page {
 
                if ( $appendSubtitle ) {
                        $out = $this->getContext()->getOutput();
-                       $out->addSubtitle( wfMessage( 'redirectpagesub' )->escaped() );
+                       $out->addSubtitle( wfMessage( 'redirectpagesub' )->parse() );
                }
 
                // the loop prepends the arrow image before the link, so the first case needs to be outside