mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02: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