MDL-47969 mod_survey: fixed HTML5 validation of index.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user