diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
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; } |