diff --git a/view.php b/view.php index 0850e10..7de14f0 100644 --- a/view.php +++ b/view.php @@ -112,6 +112,7 @@ if (empty($action)) { // Output all the page data. echo $OUTPUT->header(); + echo $OUTPUT->heading(format_string($customcert->name), 2); echo $reportlink; echo $intro; echo $issuelist;