diff --git a/lib/weblib.php b/lib/weblib.php index 60d31389fce..6e4aad5135c 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -3942,7 +3942,7 @@ function print_side_block_start($heading='', $attributes = array()) { $attrtext .= ' '.$attr.'="'.$val.'"'; } - echo '
| '.$heading; if (!empty($CFG->allowuserblockhiding)) { |
|---|