fixed typo in sqlhtml.py

This commit is contained in:
Massimo DiPierro
2012-06-05 00:02:57 -05:00
parent ce1aba3c6c
commit 4f314fa312
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-06-04 18:49:33) dev
Version 2.00.0 (2012-06-05 00:02:52) dev
+2 -1
View File
@@ -2077,7 +2077,8 @@ class SQLFORM(FORM):
header = table._plural + (field and ' for '+field.name or '')
breadcrumbs.append(LI(A(T(header),_class=trap_class(),
_href=URL(args=request.args[:nargs])), _class='active'))
grid.insert(0,DIV(UL(*breadcrumbs, _class=breadcrumbs_class), _class='web2py_breadcrumbs'))
grid.insert(0,DIV(UL(*breadcrumbs, **{'_class':breadcrumbs_class}),
_class='web2py_breadcrumbs'))
return grid