https://bugzilla.wikimedia.org/show_bug.cgi?id=22508

           Summary: {{urlencode:{{PAGENAME}} }} encodes & in the title as
                    %26amp%3B
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: platoni...@gmail.com


On a page whose title contains an &, urlencode over {{PAGENAME}} or
{{FULLPAGENAME}} will produce %26amp%3B instead of %26.

--- Comment #1 from Platonides <platoni...@gmail.com> 2010-02-13 13:51:15 UTC 
---
ParserTest:

!! test
Bug 22508 - {{urlencode:{{PAGENAME}} }} produce %26amp%3B
!! options
title=[[&]]
!! input
{{urlencode:{{FULLPAGENAME}} }}
{{urlencode:{{PAGENAME}} }}
!! result
<p>%26
%26
</p>
!! end

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to