diff --git a/report/completion/index.php b/report/completion/index.php index a3d113f9f64..a6fad00e663 100644 --- a/report/completion/index.php +++ b/report/completion/index.php @@ -307,7 +307,7 @@ if (!$csv) { print $pagingbar; if (!$total) { - echo $OUTPUT->heading(get_string('nothingtodisplay'), 2); + echo $OUTPUT->notification(get_string('nothingtodisplay'), 'info', false); echo $OUTPUT->footer(); exit; }