diff --git a/VERSION b/VERSION index 73d724cf..c70fa80e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-02-07 11:29:54) stable +Version 1.99.4 (2012-02-09 10:59:05) stable diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 2043d64e..532784ca 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -17,7 +17,7 @@ Holds: from http import HTTP from html import XML, SPAN, TAG, A, DIV, CAT, UL, LI, TEXTAREA, BR, IMG, SCRIPT from html import FORM, INPUT, LABEL, OPTION, SELECT, MENU -from html import TABLE, THEAD, TBODY, TR, TD, TH +from html import TABLE, THEAD, TBODY, TR, TD, TH, STYLE from html import URL, truncate_string from dal import DAL, Table, Row, CALLABLETYPES, smart_query from storage import Storage