diff --git a/lms/templates/courseware/submission_history.html b/lms/templates/courseware/submission_history.html index 4639b7c84b..b7994c0cf5 100644 --- a/lms/templates/courseware/submission_history.html +++ b/lms/templates/courseware/submission_history.html @@ -1,5 +1,6 @@ +<%page expression_filter="h"/> <% import json %> -
-${json.dumps(entry.state, indent=2, sort_keys=True) | h}
+${json.dumps(entry.state, indent=2, sort_keys=True)}
% endfor