From 2b968814c58ce7933a88d423e69a4b743464dd7a Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 20 Jan 2013 14:13:43 -0600 Subject: [PATCH] fixed previous commit error --- VERSION | 2 +- gluon/html.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 47f5c491..83e8b4ab 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/html.py b/gluon/html.py index c8e37ed8..35abdb82 100644 --- a/gluon/html.py +++ b/gluon/html.py @@ -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 = []