From 4dac201e7c447a1f7e09d7972a14f517bbbf3edc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Jan 2003 22:57:43 +0000 Subject: - Patch by Ulf: XHTML-ified the code. --- 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 fbdb16531..7a023991a 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -65,7 +65,7 @@ class BaseTheme { } function box($subject, $content, $region = "main") { - $output = "$subject
$content

"; + $output = "

$subject
$content

"; print $output; } -- cgit v1.2.3