MWFeedParser icon indicating copy to clipboard operation
MWFeedParser copied to clipboard

Fixed processing of atom links without a ‘rel’ attribute.

Open nmdias opened this issue 11 years ago • 0 comments

Atom links that had no rel' attribute weren't being processed.

http://tools.ietf.org/html/rfc4287#page-21

4.2.7.2. The "rel" Attribute atom:link elements MAY have a "rel" attribute that indicates the link relation type. If the "rel" attribute is not present, the link element MUST be interpreted as if the link relation type is "alternate".

nmdias avatar Aug 21 '14 10:08 nmdias