Skip to content

Commit

Permalink
BUGFIX: Weird character found in _WELCOME_SCREEN_ setting that was br…
Browse files Browse the repository at this point in the history
…eaking html code (hidden input). Fixed.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1056 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 30, 2004
1 parent a1f4edd commit f68c26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question.php
Expand Up @@ -201,7 +201,7 @@
}
echo "\n<input type='hidden' name='sid' value='$sid'>\n";
echo "\n<input type='hidden' name='token' value='$token'>\n";
echo "\n<input type='hidden' name='lastgroupname' value='_WELCOME_SCREEN_ä'>\n"; //This is to ensure consistency with mandatory checks, and new group test
echo "\n<input type='hidden' name='lastgroupname' value='_WELCOME_SCREEN_'>\n"; //This is to ensure consistency with mandatory checks, and new group test
echo "\n</form>\n</html>";
exit;
}
Expand Down

0 comments on commit f68c26e

Please sign in to comment.