Index: trunk/extensions/CategoryTree/CategoryTreeFunctions.php |
— | — | @@ -374,7 +374,7 @@ |
375 | 375 | |
376 | 376 | if ( !$allowMissing && !$title->getArticleID() ) { |
377 | 377 | $html .= Xml::openElement( 'span', array( 'class' => 'CategoryTreeNotice' ) ); |
378 | | - $html .= wfMsgExt( 'categorytree-not-found', 'parserinline', htmlspecialchars( $category ) ); |
| 378 | + $html .= wfMsgExt( 'categorytree-not-found', 'parseinline', htmlspecialchars( $category ) ); |
379 | 379 | $html .= Xml::closeElement( 'span' ); |
380 | 380 | } |
381 | 381 | else { |