Update ParserKrokiTag.php
This commit is contained in:
parent
a7e1473650
commit
01191cc6c6
@ -134,10 +134,6 @@ class ParserKrokiTag {
|
|||||||
|
|
||||||
$input = $parser->getStripState()->unstripNoWiki( $input ?? '' );
|
$input = $parser->getStripState()->unstripNoWiki( $input ?? '' );
|
||||||
|
|
||||||
if($input != null) {
|
|
||||||
echo $input;
|
|
||||||
}
|
|
||||||
|
|
||||||
$html = $tag->buildHtmlInline( (string)$input, $args );
|
$html = $tag->buildHtmlInline( (string)$input, $args );
|
||||||
self::addTagMetadata( $parser->getOutput(), $parser->getPage(), $parser->getOptions()->getIsPreview() );
|
self::addTagMetadata( $parser->getOutput(), $parser->getPage(), $parser->getOptions()->getIsPreview() );
|
||||||
return $html;
|
return $html;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user