I found that the feed aggregator would link into my delicious bookmarks rss OK.<br>Then I wanted to link it in to a feed of my most used tags, but the links did not appear correctly.<br><br>The .module uses the generic link of the feed in if the item link is not present.<br>
<br>On this feed, each item had the correct link value in the guid tag. I don&#39;t know how standard that is, but Firefox interprets it correctly.<br><br>So I added a clause to the replacement algorithm, to use guid value (if it is a valid link) otherwise to revert to the feed link.<br>
<br>Patch attached fro the aggregator.module file from version 6.1.2<br><br><br>