Difference between revisions of "Issue:Categorymatch=with apostrophe"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.7.6+ (at least) |Description = categorymatch desn't find cats with ' |Status = open }} == Problem == {{#dpl: |cat...)
(No difference)

Revision as of 06:36, 2 August 2009

Description: categorymatch desn't find cats with '
Extension / Version: DPL   /   1.7.6+ (at least)
Type / Status: Bug   /   open

Problem

{{#dpl:
|categorymatch=Test'd funk
}}

This doesn't find Muha Test 2. While category= does.

{{#dpl:
|category=Test'd funk
}}

Reply