diff --git a/VERSION b/VERSION index 59dc1a2c..200fef6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.21.04.28.27 +Version 2.6.0-development+timestamp.2013.08.21.04.38.11 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index b439628e..e3399ac4 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -3095,10 +3095,7 @@ class ExporterHTML(ExportClass): ExportClass.__init__(self, rows) def export(self): - if self.rows: - return self.rows.xml() - else: - return '\n\n\n
\n\n' + return '\n\n\n\n\n%s\n\n' % (self.rows.xml() or '') class ExporterXML(ExportClass): label = 'XML'