html needs < in backcompat_module

This commit is contained in:
ichuang
2012-08-16 15:17:55 -04:00
parent 0cac6c9512
commit 73d9d10aa8

View File

@@ -68,7 +68,7 @@ class SemanticSectionDescriptor(XModuleDescriptor):
the child element
"""
xml_object = etree.fromstring(xml_data)
system.error_tracker("WARNING: the <{0}> tag is deprecated. Please do not use in new content."
system.error_tracker("WARNING: the &lt;{0}> tag is deprecated. Please do not use in new content."
.format(xml_object.tag))
if len(xml_object) == 1: