We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f52e5 commit 3efdf01Copy full SHA for 3efdf01
app/assets/javascripts/exercises.js
@@ -389,7 +389,7 @@ $(document).on('turbolinks:load', function () {
389
url: Routes.export_external_confirm_exercise_path(exerciseID),
390
dataType: 'json',
391
success: function (response) {
392
- $messageDiv.html(response.message)
+ $messageDiv.html(_.escape(response.message))
393
$actionsDiv.html(response.actions);
394
395
if (response.status === 'success') {
0 commit comments