Skip to content
Snippets Groups Projects
Unverified Commit 99117838 authored by Ned Batchelder's avatar Ned Batchelder Committed by GitHub
Browse files

Merge pull request #22262 from Abstract-Tech/open-release/ironwood.master

Fix invocation of (edx.)HtmlUtils.ensureHtml
parents c7ddfb6d 12cf50b0
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ from openedx.core.djangolib.js_utils import js_escaped_string, dump_js_escaped_j
removeClass('is-disabled').
attr('aria-disabled', false).
prop('disabled', false).
html(HtmlUtils.ensureHtml(content).toString());
html(edx.HtmlUtils.ensureHtml(content).toString());
}
else {
$submitButton.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment