From 8fbc6a0f135aeeec3f82a852e49f0fa329c96f13 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 20 Jun 2018 17:03:51 +0800 Subject: [PATCH] #203 Added heading to activity view page in browser --- view.php | 1 + 1 file changed, 1 insertion(+) 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;