Skip to content

Commit

Permalink
Evarisk#1903 [ODT] add: question accept html
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Oct 4, 2024
1 parent e9936e1 commit 110f0b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function fillTagsLines(Odf $odfHandler, Translate $outputLangs, array $mo

$tmpArray['ref'] = $question->ref;
$tmpArray['label'] = $question->label;
$tmpArray['description'] = strip_tags($question->description);
$tmpArray['description'] = $question->description;

if (is_array($controldets) && !empty($controldets)) {
$questionAnswerLine = array_shift($controldets);
Expand Down

0 comments on commit 110f0b5

Please sign in to comment.