diff --git a/lib/weblib.php b/lib/weblib.php index 54583e6abd1..ee25af587b1 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3547,19 +3547,21 @@ function print_side_block_start($heading='', $attributes = array()) { echo '
| '.$heading.' | ||
| ' - .$heading. - ''; + } + echo ' | ||
| '; - echo ' | ||
";
+ if(isset($attributes['id'])) {
+ echo ' ';
+ }
+ else {
+ echo ' ';
+ }
}
@@ -3569,10 +3571,12 @@ function print_side_block_start($heading='', $attributes = array()) {
function print_side_block_end($attributes = array()) {
echo ' |