mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-62974 mod_lesson: Minor update to html class.
This commit is contained in:
parent
7ff3919dc2
commit
ac76ff1999
@ -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