diff --git a/mod/survey/view.php b/mod/survey/view.php index 34e2f68975433..c0430e93561be 100644 --- a/mod/survey/view.php +++ b/mod/survey/view.php @@ -122,7 +122,7 @@ $table->align = array ("left"); $table->data[] = array(s($answer->answer1));//no html here, just plain text echo html_writer::table($table); - echo $OUTPUT->spacer(clone($spacer)) . '
'; + echo $OUTPUT->spacer(array('height'=>30, 'width'=>1), true); } } }