diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index 3a0e705f0e..1bd10d9d8a 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -51,7 +51,7 @@ <%- context.autoRegisterWelcomeMessage %> <% } %> - <%= context.fields %> + <%= context.fields /* xss-lint: disable=underscore-not-escaped */ %>
diff --git a/lms/templates/verify_student/test/fake_softwaresecure_response.html b/lms/templates/verify_student/test/fake_softwaresecure_response.html index d32a9a0d40..0a15a241fc 100644 --- a/lms/templates/verify_student/test/fake_softwaresecure_response.html +++ b/lms/templates/verify_student/test/fake_softwaresecure_response.html @@ -65,10 +65,10 @@ $(document).ready(function() { data: JSON.stringify(data), contentType: "application/json;", success: function () { - $('#success-info').html('status updated.'); + $('#success-info').text('status updated.'); }, error: function(jqXHR, textStatus, errorThrown) { - $('#errors-info').html(jqXHR.responseText); + $('#errors-info').text(jqXHR.responseText); } }); } diff --git a/openedx/features/learner_profile/static/learner_profile/templates/badge_list.underscore b/openedx/features/learner_profile/static/learner_profile/templates/badge_list.underscore index 23e722f9bc..80c2cc2ca7 100644 --- a/openedx/features/learner_profile/static/learner_profile/templates/badge_list.underscore +++ b/openedx/features/learner_profile/static/learner_profile/templates/badge_list.underscore @@ -1,4 +1,4 @@ -
-
-
- +
+
+
+ diff --git a/openedx/features/learner_profile/static/learner_profile/templates/badge_placeholder.underscore b/openedx/features/learner_profile/static/learner_profile/templates/badge_placeholder.underscore index fc24899d97..b7eb9976e8 100644 --- a/openedx/features/learner_profile/static/learner_profile/templates/badge_placeholder.underscore +++ b/openedx/features/learner_profile/static/learner_profile/templates/badge_placeholder.underscore @@ -5,6 +5,6 @@
<%- gettext("What's Your Next Accomplishment?") %>

<%- gettext('Start working toward your next learning goal.') %>

- <%- gettext('Find a course') %> + <%- gettext('Find a course') %>