Change wording of warning slightly

This commit is contained in:
kimth
2012-09-16 00:48:53 -04:00
parent f5d6f080c7
commit 2c239f87e8

View File

@@ -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