From abd616eac40716b46d59ccdd3287a7544742caba Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 24 Jan 2008 15:06:51 +0000 Subject: [PATCH] =?UTF-8?q?MDL-13150=20-=20Remove=20extra=20=20tag?= =?UTF-8?q?=20for=20XHTML=20strict=20validation=20-=20Thanks=20to=20Joseph?= =?UTF-8?q?=20R=E9zeau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- question/preview.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/question/preview.php b/question/preview.php index 2076a5fa847..2246b13fec1 100644 --- a/question/preview.php +++ b/question/preview.php @@ -200,9 +200,6 @@ $number = 1; echo '
', "\n"; print_question($questions[$id], $curstate, $number, $quiz, $options); - echo '
'; - - echo '
'; echo $url->hidden_params_out();