﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
17408,"feed_links_extra does not escape html entities, causing invalid (X)HTML",solarissmoke,ryan,"I was investigating [http://wordpress.org/support/topic/xml-parse-error-in-rss-feed-url this forum thread] and found that the issue was with core.

When pretty permalinks are disabled, `feed_links_extra()` can generate URLs like this for a search result:

{{{
href=""http://localhost/wp/?s=something&feed=rss2""
}}}

...which is invalid html because the ampersand should be escaped as an entity.

Patch attached.",defect (bug),closed,normal,3.3,Template,3.1,normal,fixed,has-patch dev-feedback,peaceable_whale@…
