From e833783fb0c435cd7e933952482494dc7de33522 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 26 Jan 2014 15:52:24 -0600 Subject: [PATCH] col patch, thanks Anthony --- VERSION | 2 +- gluon/html.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 70f37557..d2e6f3f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.8.2-stable+timestamp.2014.01.24.20.35.09 +Version 2.8.2-stable+timestamp.2014.01.26.15.51.25 diff --git a/gluon/html.py b/gluon/html.py index e677d9bb..0085b5c6 100644 --- a/gluon/html.py +++ b/gluon/html.py @@ -1687,7 +1687,7 @@ class TFOOT(DIV): class COL(DIV): - tag = 'col' + tag = 'col/' class COLGROUP(DIV):