Difference between revisions of "Issue:Ampersand fails in category names"
From FollowTheScore
(Created page with "{{Issue |Type = Bug |Extension = DPL |Version = 2.0.1 |Description = Ampersand fails in category names |Status = open }} == Problem == This DPL: <pre...") |
(→Problem) |
||
| Line 21: | Line 21: | ||
This is in MediaWiki 1.20. | This is in MediaWiki 1.20. | ||
| + | The <code>categorymatch</code> keyword does not have this problem. | ||
== Reply == | == Reply == | ||
Latest revision as of 19:28, 14 March 2013
| Description: | Ampersand fails in category names |
| Extension / Version: | DPL / 2.0.1 |
| Type / Status: | Bug / open |
Problem
This DPL:
<dpl> category=Any category with a & character in its name </dpl>
always produces empty results, even if the category exists and contains articles.
This is in MediaWiki 1.20.
The categorymatch keyword does not have this problem.