Skip to content

Commit

Permalink
fixed undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy authored and danpoltawski committed Jul 2, 2012
1 parent 52f95b5 commit 92e6515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/survey/view.php
Expand Up @@ -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)) . '<br />';
echo $OUTPUT->spacer(array('height'=>30, 'width'=>1), true);
}
}
}
Expand Down

0 comments on commit 92e6515

Please sign in to comment.