mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Removed br tag
This commit is contained in:
@@ -58,12 +58,13 @@ class auth_outage_renderer extends plugin_renderer_base
|
||||
$url = new moodle_url('/auth/outage/create.php');
|
||||
$img = html_writer::empty_tag('img',
|
||||
['src' => $OUTPUT->pix_url('t/add'), 'alt' => get_string('create'), 'class' => 'iconsmall']);
|
||||
$html .= html_writer::empty_tag('br')
|
||||
. html_writer::link(
|
||||
$html .= html_writer::tag('p',
|
||||
html_writer::link(
|
||||
$url,
|
||||
$img . ' ' . get_string('outagecreate', 'auth_outage'),
|
||||
['title' => get_string('remove')])
|
||||
. html_writer::empty_tag('br');
|
||||
['title' => get_string('remove')]
|
||||
)
|
||||
);
|
||||
|
||||
return $html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user