From 73d9d10aa80f2e5b85e37569a9254e4c73b90498 Mon Sep 17 00:00:00 2001 From: ichuang Date: Thu, 16 Aug 2012 15:17:55 -0400 Subject: [PATCH] html needs < in backcompat_module --- common/lib/xmodule/xmodule/backcompat_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/backcompat_module.py b/common/lib/xmodule/xmodule/backcompat_module.py index 40ffd46d1c..1e63bfadf8 100644 --- a/common/lib/xmodule/xmodule/backcompat_module.py +++ b/common/lib/xmodule/xmodule/backcompat_module.py @@ -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 <{0}> tag is deprecated. Please do not use in new content." .format(xml_object.tag)) if len(xml_object) == 1: