Removed unnecessary new lines

This commit is contained in:
Mark Nelson 2018-06-26 21:34:55 +08:00
parent 7f12ab8a40
commit 752c7d17a9

View file

@ -113,13 +113,8 @@ if ($table->is_downloading()) {
exit();
}
echo $OUTPUT->header();
echo $OUTPUT->heading(format_string($customcert->name), 2);
groups_print_activity_menu($cm, $url);
$table->out($perpage, false);
echo $OUTPUT->footer();