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):