I was getting duplicate feed icons on the storylink/{user}, storylink/new, and a few other pages.

In the vote_storylink_page_user and vote_storylink_new functions there is no need to call:

$output .= theme('feed_icon', url("storylink/$account->uid/feed"));

as this is called inside the function drupal_add_feed which gets called three lines down resulting in the duplicate icons.

CommentFileSizeAuthor
dup_feed_icon.patch2.1 KBsikjoy

Comments

marvil07’s picture

Status: Needs review » Closed (won't fix)

Please take a look to the update on the project page, now 5.x is not-really-maintained.