From b64adf07c82087816dc5c4b37c13c0ef4d69223c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 19 Oct 2007 10:19:03 +0000 Subject: #182645 by scor: clean up concatenations to be in line with core coding standards --- themes/chameleon/chameleon.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 31ab7e911..a71a70b3c 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -41,7 +41,7 @@ function chameleon_page($content, $show_blocks = TRUE, $show_messages = TRUE) { $output .= " \""."; } if (theme_get_setting('toggle_name')) { - $output .= "

". l(variable_get('site_name', 'drupal'), ""). "

"; + $output .= "

". l(variable_get('site_name', 'drupal'), "") ."

"; } if (theme_get_setting('toggle_slogan')) { $output .= "
". variable_get('site_slogan', '') ."
"; -- cgit v1.2.3