Opened 10 months ago
Closed 10 months ago
#21305 closed enhancement (fixed)
Atom feed alternate type of html_type, not hardcoded text/html
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Feeds | Version: | |
| Severity: | trivial | Keywords: | has-patch commit |
| 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)
niallkennedy — 10 months ago
comment:1
SergeyBiryukov — 10 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to 3.5
Note: See
TracTickets for help on using
tickets.

html_type instead of text/html