Skip to content

Commit

Permalink
Mantis 37250
Browse files Browse the repository at this point in the history
  • Loading branch information
mbecker-databay committed Sep 5, 2023
1 parent 502d2c4 commit be65167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/TestQuestionPool/classes/class.assClozeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,7 @@ public function fetchSolutionSubmit($submit)
} elseif ($gap->getType() == CLOZE_NUMERIC) {
$value = str_replace(",", ".", $value);
}
$value = htmlentities($value);
$solutionSubmit[trim($matches[1])] = $value;
}
}
Expand Down

0 comments on commit be65167

Please sign in to comment.