From eb2aa909d732a4f43a4426bf38681f8e25721855 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 26 Aug 2004 14:35:14 +0000 Subject: [PATCH] Merged from stable (sideblockheading style fix) --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'
'; } -- 2.39.5