summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-21 22:57:43 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-21 22:57:43 +0000
commit4dac201e7c447a1f7e09d7972a14f517bbbf3edc (patch)
tree81f5f403434874e001d263130a3bafb815ee4c69 /includes/theme.inc
parentc52a3feafeab874cab7c8304b08cf3dd4887792b (diff)
downloadbrdo-4dac201e7c447a1f7e09d7972a14f517bbbf3edc.tar.gz
brdo-4dac201e7c447a1f7e09d7972a14f517bbbf3edc.tar.bz2
- Patch by Ulf: XHTML-ified the code.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
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 = "<b>$subject</b><br />$content<p />";
+ $output = "<p><b>$subject</b><br />$content</p>";
print $output;
}