fixed issue 1991, thanks Mark
This commit is contained in:
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user