BEAUTIFY shows cookie values, thanks Vlad

This commit is contained in:
Massimo Di Pierro
2012-05-28 13:05:30 -05:00
parent 54c10e0f97
commit b48be44134
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-05-28 12:59:43) dev
Version 2.00.0 (2012-05-28 13:04:49) dev
+3
View File
@@ -2055,6 +2055,9 @@ class BEAUTIFY(DIV):
if level == 0:
return
for c in self.components:
if hasattr(c,'value') and not callable(c.value):
if c.value:
components.append(c.value)
if hasattr(c,'xml') and callable(c.xml):
components.append(c)
continue