Doesn't recognize atom:link element with no rel attribute
Closed this issue · 1 comments
If an Atom feed entry element contains a link element without a rel attribute Liferea seems not to recognize it as rel="alternate"
despite RFC 4287 4.2.7.2 saying:
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".
An example of such a feed is: https://justine.smithies.me.uk/atom.xml which contains elements such as
<link href="void-linux-with-encrypted-root-on-zfs.html"/>
Right clicking on this item and selecting “Open in external browser” results in a “This item has no link specified” dialog box.
This is with Liferea 1.14.4 in Debian Stable. I tried to install a more recent version of Liferea on a test system but see issue #1381.
Thanks for reporting I've fixed it accordingly.