fixed issue 1991, thanks Mark

This commit is contained in:
mdipierro
2015-01-12 20:53:28 -06:00
parent b872cced33
commit 15bf3e2ede
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.9.12-beta+timestamp.2015.01.12.20.38.57
Version 2.9.12-beta+timestamp.2015.01.12.20.53.19
+1 -1
View File
@@ -850,7 +850,7 @@ class DIV(XmlComponent):
"""
components = []
for c in self.components:
if isinstance(c, allowed_parents):
if isinstance(c, (allowed_parents,CAT)):
pass
elif wrap_lambda:
c = wrap_lambda(c)