| Index: trunk/extensions/CategoryTree/CategoryTree.php |
| — | — | @@ -270,7 +270,7 @@ |
| 271 | 271 | |
| 272 | 272 | //now handle just like a <categorytree> tag |
| 273 | 273 | $html = efCategoryTreeParserHook( $cat, $argv, $parser ); |
| 274 | | - return array( $html, 'isHTML' => true ); |
| | 274 | + return array( $html, 'noparse' => true, 'isHTML' => true ); |
| 275 | 275 | } |
| 276 | 276 | |
| 277 | 277 | /** |