mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Follow up fix for MDL-11436 'Encapsulate "accesshide" HTML class in function', and use.
This commit is contained in:
parent
bddd9f6f40
commit
f79f249490
3 changed files with 5 additions and 5 deletions
|
@ -321,7 +321,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y
|
|||
$popup = calendar_get_popup(true, false);
|
||||
$cell = '<a href="#" '.$popup.'>'.$day.'</a>';
|
||||
}
|
||||
$cell = '<span class="accesshide">'.$today.' </span>'.$cell;
|
||||
$cell = get_accesshide($today.' ').$cell;
|
||||
}
|
||||
|
||||
// Just display it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue