Exercises: Fix word "HTML" in pdf report BT#18569

pull/3859/head
Julio Montoya 4 years ago
parent 728eddec93
commit ac89f2c40b
  1. 3
      main/exercise/exercise_show.php

@ -953,6 +953,9 @@ if ('export' === $action) {
if (ob_get_contents()) {
ob_clean();
}
$content = Security::remove_XSS($content);
$params = [
'filename' => api_replace_dangerous_char(
$objExercise->name.' '.

Loading…
Cancel
Save