From d9c4d11b8469894db7c2be8e5f32939bf0ad5862 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 25 Jan 2008 10:44:05 +0000 Subject: [PATCH] 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. --- CategoryTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CategoryTree.php b/CategoryTree.php index 0946d103..240bf923 100644 --- a/CategoryTree.php +++ b/CategoryTree.php @@ -209,7 +209,7 @@ function efCategoryTreeParserFunction( &$parser ) { //now handle just like a 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 ); } /**