This commit is contained in:
Jun Pataleta 2023-10-11 13:40:43 +08:00
commit 52e614ebda
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -584,7 +584,7 @@ class template {
return html_writer::tag(
'span',
userdate($entry->timemodified, get_string('strftimedatemonthabbr', 'langconfig')),
['title' => userdate($entry->timecreated)]
['title' => userdate($entry->timemodified)]
);
}