From 0250938e2b2bb66bdeb8e1209ea77eba49a4c72d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 26 May 2005 19:08:14 +0000 Subject: - Patch #17028 by Ber: theme xml_icon should allow inline XML icons. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 '
'. $image. '
'; + return ''. $image. ''; } } -- cgit v1.2.3