MDL-47969 mod_survey: fixed HTML5 validation of index.php

This commit is contained in:
Sam Hemelryk
2014-11-03 08:55:05 +13:00
parent 7deea8e56a
commit 2989fceeca
-1
View File
@@ -35,7 +35,6 @@
$usesections = course_format_uses_sections($course->format);
$table = new html_table();
$table->width = '100%';
if ($usesections) {
$strsectionname = get_string('sectionname', 'format_'.$course->format);