Protect asciimath2jax in seq_contents, fix choiceresponse on CS169x

This commit is contained in:
kimth
2012-08-21 17:54:21 -04:00
parent cfa2ba95bc
commit f83169f12d
2 changed files with 2 additions and 2 deletions

View File

@@ -374,7 +374,7 @@ def modx_dispatch(request, dispatch, location, course_id):
# ''' (fix emacs broken parsing)
# Check for submitted files and basic file size checks
p = request.POST.dict()
p = request.POST.copy()
if request.FILES:
for fileinput_id in request.FILES.keys():
inputfiles = request.FILES.getlist(fileinput_id)

View File

@@ -21,7 +21,7 @@
</nav>
% for item in items:
<div class="seq_contents tex2jax_ignore">${item['content'] | h}</div>
<div class="seq_contents tex2jax_ignore asciimath2jax_ignore">${item['content'] | h}</div>
% endfor
<div id="seq_content"></div>