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

           Summary: Feed item title contains doubly-escaped ampersand,
                    displaying  
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://en.wikipedia.org/w/index.php?title=Foo&feed=rss&a
                    ction=history
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: History/Diffs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
            Blocks: 3646


History feed item is built using the “colon-separator” interface message
which separates the author of the revision from the comment.

However, since the colon-separator contains “: ” currently, and the
feed is XML-escaped afterwards, the resulting feed items display “ ”
(see the URL for an example).

See includes/PageHistory.php, line 539.

A quick fix might consist of changing FeedItem::stripComment to replace HTML
entities with the respective characters.

(OBTW, it seems we are a bit inconsistent with formatting/escaping comments,
anyway, even on wiki…)


-- 
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 on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to