From 59666dae0efd957efeb8cd661242f7193f00b392 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Agarwal Date: Wed, 10 Aug 2011 15:04:04 +0530 Subject: [PATCH] MDL-27951 Balancing Div tags --- mod/scorm/report/basic/report.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod/scorm/report/basic/report.php b/mod/scorm/report/basic/report.php index 8a4c0b31060..d7de4141b29 100644 --- a/mod/scorm/report/basic/report.php +++ b/mod/scorm/report/basic/report.php @@ -512,6 +512,11 @@ class scorm_basic_report extends scorm_default_report { $mform->display(); } } else { + if ($candelete && !$download) { + echo ''; + echo ''; + } + echo ''; echo $OUTPUT->notification(get_string('noactivity', 'scorm')); } if ($download == 'Excel' or $download == 'ODS') {