From f68c26efaf4981eedcb7a8b3e8fcced606098dcb Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Sun, 30 May 2004 12:22:46 +0000 Subject: [PATCH] BUGFIX: Weird character found in _WELCOME_SCREEN_ setting that was breaking html code (hidden input). Fixed. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1056 b72ed6b6-b9f8-46b5-92b4-906544132732 --- question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question.php b/question.php index 141b02adc73..9bebdd82cae 100644 --- a/question.php +++ b/question.php @@ -201,7 +201,7 @@ } echo "\n\n"; echo "\n\n"; - echo "\n\n"; //This is to ensure consistency with mandatory checks, and new group test + echo "\n\n"; //This is to ensure consistency with mandatory checks, and new group test echo "\n\n"; exit; }