From 692628080742a78a5ba871bf518022f65161e870 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 26 Jun 2018 21:34:55 +0800 Subject: [PATCH] Removed unnecessary new lines --- report.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/report.php b/report.php index afafe9b..9c6f642 100644 --- a/report.php +++ b/report.php @@ -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();