mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-62974 mod_lesson: Minor update to html class.
This commit is contained in:
parent
7ff3919dc2
commit
ac76ff1999
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue