diff --git a/mod/survey/lib.php b/mod/survey/lib.php
index 36b618de866..38a6e7e4378 100644
--- a/mod/survey/lib.php
+++ b/mod/survey/lib.php
@@ -627,11 +627,11 @@ function survey_print_single($question) {
if ($question->type == 0) { // Plain text field
- echo "";
+ echo "";
} else if ($question->type > 0) { // Choose one of a number
$strchoose = get_string("choose");
- echo "