MDL-80831 core: Add missing classname for privacy url

This commit is contained in:
Huong Nguyen 2024-05-30 17:13:59 +07:00
parent 14eac824ed
commit a74583cbf0
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

View File

@ -45,6 +45,7 @@ class hook_callbacks {
$hook->add_html(
html_writer::div(
html_writer::link($url, get_string('dataretentionsummary', 'tool_dataprivacy')),
'tool_dataprivacy',
),
);
}