#203 Added heading to activity view page in browser
This commit is contained in:
parent
18ce8da214
commit
3680c4586c
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.
|
// Output all the page data.
|
||||||
echo $OUTPUT->header();
|
echo $OUTPUT->header();
|
||||||
|
echo $OUTPUT->heading(format_string($customcert->name), 2);
|
||||||
echo $reportlink;
|
echo $reportlink;
|
||||||
echo $intro;
|
echo $intro;
|
||||||
echo $issuelist;
|
echo $issuelist;
|
||||||
|
|
Loading…
Reference in a new issue