fix typo: use 'parseinline' with wfMsgExt, not 'parserinline'

This commit is contained in:
Daniel Kinzler 2008-11-14 12:34:38 +00:00
parent a0dea951ad
commit 96bc20d349

View file

@ -374,7 +374,7 @@ class CategoryTree {
if ( !$allowMissing && !$title->getArticleID() ) {
$html .= Xml::openElement( 'span', array( 'class' => 'CategoryTreeNotice' ) );
$html .= wfMsgExt( 'categorytree-not-found', 'parserinline', htmlspecialchars( $category ) );
$html .= wfMsgExt( 'categorytree-not-found', 'parseinline', htmlspecialchars( $category ) );
$html .= Xml::closeElement( 'span' );
}
else {