#203 Added heading to activity view page in browser
This commit is contained in:
parent
9a21f67089
commit
8fbc6a0f13
1 changed files with 1 additions and 0 deletions
1
view.php
1
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;
|
||||
|
|
Loading…
Reference in a new issue