summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
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;
}