Instead of using an <img> for the feed icon, use a sprite image.

Comments

dcmouyard’s picture

For future reference:

function mojo_feed_icon($vars) {
  $text = t('Subscribe to @feed-title', array('@feed-title' => $vars['title']));
  return l($text, $vars['url'], array('html' => TRUE, 'attributes' => array('class' => array('feed-icon'))));
}
dcmouyard’s picture

Status: Active » Fixed

This issue has been fixed and is in the latest dev release.

http://drupal.org/commitlog/commit/21188/a74c78120282e463e714cdb4797d613...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.