MDL-69644 tool_dataprivacy: fix focus outline of contact DPO link.

The link class attribute is a leftover from 7258bf0b, which was mostly
removed in 3b2f691f. It no longer serves a purpose and interferes with
the element focus outline.
This commit is contained in:
Paul Holden
2020-09-24 11:51:24 +01:00
parent f852aa8ad5
commit 1315cc807e
@@ -63,7 +63,6 @@ class renderer extends plugin_renderer_base {
$params = [
'data-action' => 'contactdpo',
'data-replytoemail' => $replytoemail,
'class' => 'contactdpo'
];
return html_writer::link('#', get_string('contactdataprotectionofficer', 'tool_dataprivacy'), $params);
}