Opened 17 years ago
Closed 17 years ago
#8017 closed defect (bug) (fixed)
invalid feed enclosure for audio
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
in wp-includes/feed/, function rss_enclosure() generates enclosure tag with type= multiple values. Eg:
<enclosure url="http://www.fileden.com/files/2008/4/7/1855511/Music/B52s%20-%20B52s%20-%2002%20-%2052%20Girls.mp3" length="5176006" type="audio/mpeg mpga mp2 mp3" />
This fails feed validation service, such as:
http://validator.w3.org/feed/check.cgi
The proposed fix is always to use the first entry out of the list.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
patch