Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#786 closed defect (fixed)

Atom Entry "link" elements broken (should use "href" attr)

Reported by: mattycakes@… Owned by: Adrian Holovaty
Component: contrib.syndication Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Atom entries' link elements should have the links in an href attr, rather than as text-content.

Attachments (1)

atom-link.txt (649 bytes ) - added by mattycakes@… 18 years ago.
Patch

Download all attachments as: .zip

Change History (2)

by mattycakes@…, 18 years ago

Attachment: atom-link.txt added

Patch

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1225]) Fixed #786 -- Atom feeds now put links in a href element. Thanks, mattycakes

Note: See TracTickets for help on using tickets.
Back to Top