Removed unnecessary new lines
This commit is contained in:
parent
973d81b697
commit
6926280807
1 changed files with 0 additions and 5 deletions
|
@ -113,13 +113,8 @@ if ($table->is_downloading()) {
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo $OUTPUT->header();
|
echo $OUTPUT->header();
|
||||||
echo $OUTPUT->heading(format_string($customcert->name), 2);
|
echo $OUTPUT->heading(format_string($customcert->name), 2);
|
||||||
|
|
||||||
groups_print_activity_menu($cm, $url);
|
groups_print_activity_menu($cm, $url);
|
||||||
|
|
||||||
$table->out($perpage, false);
|
$table->out($perpage, false);
|
||||||
|
|
||||||
echo $OUTPUT->footer();
|
echo $OUTPUT->footer();
|
||||||
|
|
Loading…
Reference in a new issue