mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
DAT-2876 remove not replaced markers
This commit is contained in:
parent
0396b38175
commit
495bf0acbc
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue