added import STYLE in sqlhtml, thanks Robert

This commit is contained in:
Massimo Di Pierro
2012-02-09 10:59:22 -06:00
parent a5bb47dce4
commit 3b6ebb054e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.4 (2012-02-07 11:29:54) stable
Version 1.99.4 (2012-02-09 10:59:05) stable
+1 -1
View File
@@ -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