MDL-79633 mod_data: correct timemodified tag replacement attribute.

This commit is contained in:
Paul Holden 2023-10-09 19:26:10 +01:00
parent b0a7bc3f42
commit 5c30074d99
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

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