fixed previous commit error
This commit is contained in:
@@ -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
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user