From: moodler Date: Thu, 26 Aug 2004 14:35:14 +0000 (+0000) Subject: Merged from stable (sideblockheading style fix) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eb2aa909d732a4f43a4426bf38681f8e25721855;p=moodle.git Merged from stable (sideblockheading style fix) --- diff --git a/lib/weblib.php b/lib/weblib.php index 1cc7e43fd8..93871024ae 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2525,7 +2525,7 @@ function print_side_block_start($heading='', $attributes = array()) { // to CSS and banish the evil to the abyss from whence it came. echo ''; if ($heading) { - echo ''; + echo ''; } echo '
'.$heading.'
'.$heading.'
'; }