Difference between revisions of "Issue:Magic word in titlematch is not escaped"

From FollowTheScore
Jump to: navigation, search
(not really a dpl bug)
m (oops)
Line 12: Line 12:
 
The first query is correctly escaped, the second one, which uses <nowiki>{{PAGENAME}}</nowiki> is not. --&nbsp;[[User:Nx|<span style="color:teal">'''''Nx'''''</span>]]&nbsp;/&nbsp;[[User talk:Nx|''talk'']] 12:14, 14 February 2010 (UTC)
 
The first query is correctly escaped, the second one, which uses <nowiki>{{PAGENAME}}</nowiki> is not. --&nbsp;[[User:Nx|<span style="color:teal">'''''Nx'''''</span>]]&nbsp;/&nbsp;[[User talk:Nx|''talk'']] 12:14, 14 February 2010 (UTC)
  
:Ok, upon further investigation, this isn't really a dpl bug. <nowiki>{{PAGENAME}}</nowiki> et al. return an escaped title: Nx/sand&#39;box --&nbsp;[[User:Nx|<span style="color:teal">'''''Nx'''''</span>]]&nbsp;/&nbsp;[[User talk:Nx|''talk'']] 13:18, 14 February 2010 (UTC)
+
:Ok, upon further investigation, this isn't really a dpl bug. <nowiki>{{PAGENAME}}</nowiki> et al. return an escaped title: Nx/sand&amp;#39;box --&nbsp;[[User:Nx|<span style="color:teal">'''''Nx'''''</span>]]&nbsp;/&nbsp;[[User talk:Nx|''talk'']] 13:18, 14 February 2010 (UTC)
  
 
== Reply ==
 
== Reply ==

Revision as of 15:18, 14 February 2010

Description:
Extension / Version: DPL   /   1.9.0
Type / Status: Bug   /   open

Problem

Observe: User:Nx/sand'box

The first query is correctly escaped, the second one, which uses {{PAGENAME}} is not. -- Nx / talk 12:14, 14 February 2010 (UTC)

Ok, upon further investigation, this isn't really a dpl bug. {{PAGENAME}} et al. return an escaped title: Nx/sand&#39;box -- Nx / talk 13:18, 14 February 2010 (UTC)

Reply