MDL-79633 mod_data: correct timemodified tag replacement attribute.

This commit is contained in:
Paul Holden
2023-10-09 19:41:10 +01:00
parent 9713039354
commit 3cbd94ce8b
+1 -1
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)]
);
}