BEAUTIFY shows cookie values, thanks Vlad
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-05-28 12:59:43) dev
|
||||
Version 2.00.0 (2012-05-28 13:04:49) dev
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user