From 3b6ebb054ebbf180784cc4a02d475f6396a047bc Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Thu, 9 Feb 2012 10:59:22 -0600 Subject: [PATCH] added import STYLE in sqlhtml, thanks Robert --- VERSION | 2 +- gluon/sqlhtml.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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