mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-13 18:37:03 +00:00
Use isHTML, noargs/noparse don't exist in the new parser. Can't reproduce the whitespace problem mentioned in the comment, and there are other ways to deal with them anyway.
This commit is contained in:
parent
4dcdece76d
commit
d9c4d11b84
|
@ -209,7 +209,7 @@ function efCategoryTreeParserFunction( &$parser ) {
|
|||
|
||||
//now handle just like a <categorytree> tag
|
||||
$html = efCategoryTreeParserHook( $cat, $argv, $parser );
|
||||
return array( $html, 'noargs' => true, 'noparse' => true ); //XXX: isHTML would be right logically, but it causes extra blank lines
|
||||
return array( $html, 'isHTML' => true );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue