diff --git a/lms/templates/staff_problem_info.html b/lms/templates/staff_problem_info.html
index 6a72a4d7ac..508d0c71ce 100644
--- a/lms/templates/staff_problem_info.html
+++ b/lms/templates/staff_problem_info.html
@@ -1,22 +1,24 @@
+<%page expression_filter="h"/>
<%namespace name='static' file='/static_content.html'/>
<%!
from django.utils.translation import ugettext as _
-from django.template.defaultfilters import escapejs
+from openedx.core.djangolib.markup import HTML
+from openedx.core.djangolib.js_utils import js_escaped_string
from six import text_type
%>
## The JS for this is defined in xqa_interface.html
-${block_content}
+${block_content | n, decode.utf8}
%if 'detached' not in tags:
% if edit_link: