mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-62974-35' of github.com:abgreeve/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
5b7563dbb2
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ foreach ($lessons as $lesson) {
|
||||||
} else if ($deadline > $timenow) {
|
} else if ($deadline > $timenow) {
|
||||||
$due = userdate($deadline);
|
$due = userdate($deadline);
|
||||||
} else {
|
} 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) {
|
if ($usesections) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue