It looks like a problem with the parsing of Atom feeds. Here's another one that has comment links first:
http://blog.libravatar.org/index.atom
According to the atom spec, we need to look for the rel="alternate" link (or a link without a "rel" property -- assumed to be "alternate"):
http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rel_attribute
So I guess we need to patch the pear module and then submit that patch upstream so that we can hopefully drop it at some point in the future.
It looks like a problem with the parsing of Atom feeds. Here's another one that has comment links first:
http:// blog.libravatar .org/index. atom
According to the atom spec, we need to look for the rel="alternate" link (or a link without a "rel" property -- assumed to be "alternate"):
http:// www.atomenabled .org/developers /syndication/ atom-format- spec.php# rel_attribute
So I guess we need to patch the pear module and then submit that patch upstream so that we can hopefully drop it at some point in the future.