diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 53e7b38b6..6f90399d7 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -843,7 +843,7 @@ function theme_more_help_link($url) { */ function theme_xml_icon($url) { if ($image = theme('image', 'misc/xml.png', t('XML feed'), t('XML feed'))) { - return '<div class="xml-icon"><a href="'. check_url($url) .'">'. $image. '</a></div>'; + return '<span class="xml-icon"><a href="'. check_url($url) .'">'. $image. '</a></span>'; } } |