From 70739e6e30a3f8814967483e4b06227540dae4b9 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 30 Oct 2014 14:08:14 +1300 Subject: [PATCH] MDL-47969 mod_survey: fixed HTML5 validation of index.php --- mod/survey/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/survey/index.php b/mod/survey/index.php index 6c17cdf2cf9..79ada054cae 100644 --- a/mod/survey/index.php +++ b/mod/survey/index.php @@ -40,7 +40,6 @@ $usesections = course_format_uses_sections($course->format); $table = new html_table(); - $table->width = '100%'; if ($usesections) { $strsectionname = get_string('sectionname', 'format_'.$course->format);