From 17e92817c538f74bfb49983757278fd4e42f24a5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 19 Oct 2003 20:38:58 +0000 Subject: - Bugfix: added missing . which stopped the Example theme's DOCTYPE from being emitted. Reported by Robert Castelo. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 36cfbaaaf..ac97674c0 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -22,7 +22,7 @@ class BaseTheme { global $base_url; $output = "\n"; - $output = ""; + $output .= ""; $output .= "". $title ? $title : variable_get(site_name, "drupal") .""; $output .= theme_head($main); $output .= "background; color: $this->foreground;\"". theme_onload_attribute(). "\">"; -- cgit v1.2.3