DAT-2876 remove not replaced markers

This commit is contained in:
idradm 2015-06-10 17:26:33 +02:00
parent 0396b38175
commit 495bf0acbc

View file

@ -27,10 +27,11 @@ class MediaWikiParserService implements ExternalParser {
}
$output = $this->parser->internalParse( $wikitext, false, $this->frame );
$this->parser->replaceLinkHolders( $output );
$result = $this->parser->killMarkers( $output );
wfProfileOut( __METHOD__ );
return $output;
return $result;
}
/**