diff --git a/mod/survey/view.php b/mod/survey/view.php index e132797910e..4424fba3a97 100644 --- a/mod/survey/view.php +++ b/mod/survey/view.php @@ -73,6 +73,7 @@ $PAGE->set_heading($course->fullname); // No need to show the description if the survey is done and a graph page is to be shown. if ($surveyalreadydone && $showscales) { $PAGE->activityheader->set_description(''); +} $PAGE->add_body_class('limitedwidth'); echo $OUTPUT->header(); if (!$PAGE->has_secondary_navigation()) {