fixed previous commit error

This commit is contained in:
mdipierro
2013-01-20 14:13:43 -06:00
parent 317d910cd3
commit 2b968814c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.01.18.10.00.28
Version 2.4.1-alpha.2+timestamp.2013.01.20.14.12.54
+1 -1
View File
@@ -2245,7 +2245,7 @@ class BEAUTIFY(DIV):
if c.value:
components.append(c.value)
if hasattr(c, 'xml') and callable(c.xml):
c = str(c)
components.append(c)
continue
elif hasattr(c, 'keys') and callable(c.keys):
rows = []