Opened 12 years ago
Closed 12 years ago
#21305 closed enhancement (fixed)
Atom feed alternate type of html_type, not hardcoded text/html
Reported by: | niallkennedy | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Feeds | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When a document of one media type links to another it's possible to provide a media type hint through the type attribute.
In the main Atom feed PHP we point to permalinks and the site URL with a hardcoded type=text/html; the Atom comments feed template uses the more correct html_type reference for better accuracy in the media type hint if publishers have varied from the default of text/html.
Patch Atom feed template to use html_type instead of assuming text/html.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
html_type instead of text/html