Commit 2c239f87 by kimth

Change wording of warning slightly

parent f5d6f080
......@@ -264,7 +264,7 @@ class CapaModule(XModule):
if student_answer != '':
warning += '<li>' + cgi.escape(student_answer) + '</li>'
warning += '</ul>'\
'If problem persists, please contact the course staff.'\
'If the problem persists, please contact the course staff.'\
'</div>'
html = warning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment