From 1f3fde6dee3d7fe63f75d3cffce0fe5e20ca6505 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Mon, 13 Dec 2021 19:30:40 +0200 Subject: [PATCH] MDL-72095 survey: Add missing parenthesis after merge conflict. --- mod/survey/view.php | 1 + 1 file changed, 1 insertion(+) 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()) {