MDL-71806 report_security: Improve public paths check

This commit is contained in:
Brendan Heywood
2021-06-01 18:24:53 +10:00
parent 30b8ad51f4
commit 7d96f74f6f
3 changed files with 9 additions and 2 deletions
+5 -1
View File
@@ -118,7 +118,11 @@ class table implements \renderable {
$row[] = $output->check_result($result);
$row[] = $output->action_link($link, $check->get_name());
$row[] = $result->get_summary();
$row[] = $result->get_summary()
. '<br>'
. \html_writer::start_tag('small')
. $output->action_link($link, get_string('moreinfo'))
. \html_writer::end_tag('small');
if ($actionlink) {
$row[] = $output->render($actionlink);
} else {