From eb030cb9d8839bd08cb2bd1e4f954efe37047303 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jun 2003 19:06:25 +0000 Subject: - Improvements: XHTML-ifications. Patch by GmbH. --- includes/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 66ea4a4ac..8c4148a48 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -25,11 +25,11 @@ class BaseTheme { $output .= "". $title ? $title : variable_get(site_name, "drupal") .""; $output .= theme_head($main); $output .= "background\" text=\"$this->foreground". theme_onload_attribute(). "\">"; - $output .= "
"; + $output .= "
"; print $output; $this->box(t("Navigation"), @implode("
", link_page())); theme_blocks("all", $this); - print "
"; + print ""; } -- cgit v1.2.3