From 56a637fefa96c3204d6e37b022eaa19eb5636303 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Jan 2004 18:42:02 +0000 Subject: - Fixed bug #5004: missing -tag in the example theme. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/theme.inc b/includes/theme.inc index 53d1dafc3..a89ffa3f4 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -136,7 +136,7 @@ function theme_header() { $output = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n"; $output .= "<html xmlns=\"http://www.w3.org/1999/xhtml\">"; $output .= "<head>"; - $output .= " <title>". drupal_get_title() ? drupal_get_title() : variable_get('site_name', "drupal") .""; + $output .= " ". (drupal_get_title() ? drupal_get_title() : variable_get('site_name', "drupal")) .""; $output .= theme_head(); $output .= "