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:
Tim Starling 2008-01-25 10:44:05 +00:00
parent 4dcdece76d
commit d9c4d11b84

View file

@ -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 );
}
/**