Merge "Fixed a bug that double percent-encoding on Special:CategoryTree"

This commit is contained in:
jenkins-bot 2020-07-23 09:23:25 +00:00 committed by Gerrit Code Review
commit a27b54d610

View file

@ -552,7 +552,7 @@ class CategoryTree {
$special,
$t->getText(),
[ 'class' => 'CategoryTreeLabel' ],
[ 'target' => $t->getPartialURL() ] + $this->mOptions
[ 'target' => $t->getDBkey() ] + $this->mOptions
);
$s .= Xml::closeElement( 'span' );
}