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);