--- urlicon/urlicon.module 2008-10-06 23:11:02.000000000 +0200 +++ urlicon-patched/urlicon.module 2009-02-17 22:10:40.000000000 +0100 @@ -87,6 +87,9 @@ * Callback for filter */ function _urlicon_format_class($match) { + # skip if this link is around an image + if (stripos($match[3], ''; return l($text .' '. $favicon, $path, array('absolute' => TRUE, 'html' => TRUE)); -} \ No newline at end of file +}