diff --git a/mod/survey/lib.php b/mod/survey/lib.php index 6d5f7f4e708..1f630ecabf9 100644 --- a/mod/survey/lib.php +++ b/mod/survey/lib.php @@ -537,6 +537,7 @@ function survey_print_multi($question) { $P = ""; } + echo ""; echo "$strresponses"; echo "". get_string('notyetanswered', 'survey'). ""; foreach ($options as $key => $val) { @@ -544,7 +545,7 @@ function survey_print_multi($question) { } echo "\n"; - echo "$question->intro\n"; + echo "$question->intro\n"; $subquestions = survey_get_subquestions($question);