diff --git a/common/lib/xmodule/xmodule/js/src/sequence/display.coffee b/common/lib/xmodule/xmodule/js/src/sequence/display.coffee index 4fa26c1770..421f55be2a 100644 --- a/common/lib/xmodule/xmodule/js/src/sequence/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/sequence/display.coffee @@ -85,7 +85,7 @@ class @Sequence @$('#seq_content').html @contents.eq(new_position - 1).text() XModule.loadModules('display', @$('#seq_content')) - MathJax.Hub.Queue(["Typeset", MathJax.Hub]) + MathJax.Hub.Queue(["Typeset", MathJax.Hub, "seq_content"]) # NOTE: Actually redundant. Some other MathJax call also being performed @position = new_position @toggleArrows() @hookUpProgressEvent() diff --git a/lms/templates/seq_module.html b/lms/templates/seq_module.html index aadf2b44a9..dac4823f37 100644 --- a/lms/templates/seq_module.html +++ b/lms/templates/seq_module.html @@ -22,7 +22,7 @@ % for item in items: -
${item['content'] | h}
+
${item['content'] | h}
% endfor