This commit is contained in:
2019-07-07 23:23:17 +02:00
parent 8b1dae7c79
commit 24aeae1df8

View File

@@ -41,7 +41,7 @@ echo <<<END
<div class="form-box">
END;
if ($sol == 0) {
if ($sol == 1) {
//checked
echo('<input class="form-solution" type="radio" name="solution" value="1" required checked >');
} else {
@@ -57,7 +57,7 @@ echo <<<END
<div class="form-box">
END;
if ($sol == 0) {
if ($sol == 2) {
//checked
echo('<input class="form-solution" type="radio" name="solution" value="2" required checked >');
} else {