mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-62974-master' of github.com:abgreeve/moodle
This commit is contained in:
commit
76e35e6bdd
@ -100,7 +100,7 @@ foreach ($lessons as $lesson) {
|
||||
} else if ($deadline > $timenow) {
|
||||
$due = userdate($deadline);
|
||||
} else {
|
||||
$due = html_writer::tag('span', userdate($deadline), array('class' => '.text-danger'));
|
||||
$due = html_writer::tag('span', userdate($deadline), array('class' => 'text-danger'));
|
||||
}
|
||||
|
||||
if ($usesections) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user