diff --git a/lib/weblib.php b/lib/weblib.php index 1cc7e43fd86..93871024ae8 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.'
'; }