From 46a29ccfec2bdfd1016fdf6c7ab043c2faefac65 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 16 Jul 2007 13:32:52 +0000 Subject: [PATCH] Add id="responseform" to the question preview form tag, to match the quiz form, to make life easier for Javascript on questions. Idea thanks to Adriane Boyd. --- question/preview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/preview.php b/question/preview.php index 05a2f82bde..ffd5b24f2d 100644 --- a/question/preview.php +++ b/question/preview.php @@ -192,7 +192,7 @@ echo "

\n"; } $number = 1; - echo '
', "\n"; + echo '', "\n"; print_question($questions[$id], $curstate, $number, $quiz, $options); echo '
'; -- 2.39.5