From 1d9b81d3b8fbac5bde2e5f162a2b886ec58b8a87 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Jan 2006 20:57:53 +0000 Subject: - Patch #44976 by m3avrck: cleaned up some CSS. --- includes/theme.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 13f2e6d48..feadc0895 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -513,7 +513,7 @@ function theme_links($links, $delimiter = ' | ') { function theme_image($path, $alt = '', $title = '', $attributes = NULL, $getsize = TRUE) { if (!$getsize || (is_file($path) && (list($width, $height, $type, $image_attributes) = @getimagesize($path)))) { $attributes = drupal_attributes($attributes); - return ''. check_plain($alt) .''; + return ''. check_plain($alt) .''; } } @@ -880,7 +880,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. ''; } } @@ -889,7 +889,7 @@ function theme_xml_icon($url) { */ function theme_feed_icon($url) { if ($image = theme('image', 'misc/feed.png', t('Syndicate content'), t('Syndicate content'))) { - return ''. $image. ''; + return ''. $image. ''; } } -- cgit v1.2.3