Skip to content

Commit

Permalink
JI-4925 Fix user input being rendered properly
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoks committed May 11, 2023
1 parent 5e77213 commit fa518b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goals-assessment-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ H5P.GoalsAssessmentPage = (function ($, EventDispatcher) {

$('<span>', {
class: 'goal-name',
html: goalText,
text: goalText,
appendTo: $goal,
id: goalId
});
Expand Down

0 comments on commit fa518b9

Please sign in to comment.