diff --git a/common/lib/xmodule/xmodule/capa_module.py b/common/lib/xmodule/xmodule/capa_module.py index f6ba0d278d..17b5e2921a 100644 --- a/common/lib/xmodule/xmodule/capa_module.py +++ b/common/lib/xmodule/xmodule/capa_module.py @@ -264,7 +264,7 @@ class CapaModule(XModule): if student_answer != '': warning += '
  • ' + cgi.escape(student_answer) + '
  • ' warning += ''\ - 'If problem persists, please contact the course staff.'\ + 'If the problem persists, please contact the course staff.'\ '' html = warning