mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-30 11:06:55 +00:00
Merge "Fixed a bug that double percent-encoding on Special:CategoryTree"
This commit is contained in:
commit
a27b54d610
|
@ -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' );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue