Index: mod/survey/view.php =================================================================== --- mod/survey/view.php (revision 16884) +++ mod/survey/view.php (revision ) @@ -117,7 +117,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); } } }