#203 Added heading to activity view page in browser

This commit is contained in:
Mark Nelson 2018-06-20 17:03:51 +08:00
parent 9a21f67089
commit 8fbc6a0f13

View file

@ -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;