mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
corrected a wrong closing div
This commit is contained in:
parent
9580a21f1c
commit
966c9a686c
1 changed files with 3 additions and 3 deletions
|
@ -5858,10 +5858,10 @@ function print_side_block_end($attributes = array()) {
|
||||||
if (!empty($THEME->customcorners)) {
|
if (!empty($THEME->customcorners)) {
|
||||||
require_once($CFG->dirroot.'/lib/custom_corners_lib.php');
|
require_once($CFG->dirroot.'/lib/custom_corners_lib.php');
|
||||||
print_custom_corners_end();
|
print_custom_corners_end();
|
||||||
|
} else {
|
||||||
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</div>';
|
|
||||||
|
|
||||||
// IE workaround: if I do it THIS way, it works! WTF?
|
// IE workaround: if I do it THIS way, it works! WTF?
|
||||||
if (!empty($CFG->allowuserblockhiding) && isset($attributes['id'])) {
|
if (!empty($CFG->allowuserblockhiding) && isset($attributes['id'])) {
|
||||||
echo '<script type="text/javascript">'."\n//<![CDATA[\n".'elementCookieHide("'.$attributes['id'].'"); '.
|
echo '<script type="text/javascript">'."\n//<![CDATA[\n".'elementCookieHide("'.$attributes['id'].'"); '.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue