fixed typo in spreadsheet, thanks Alan
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.8.2-stable+timestamp.2013.12.04.10.42.46
|
||||
Version 2.8.2-stable+timestamp.2013.12.04.19.34.45
|
||||
|
||||
@@ -858,8 +858,8 @@ class Sheet:
|
||||
sorted_headers = [TH(), ] + \
|
||||
[TH(header[1]) for header in sorted(unsorted_headers)]
|
||||
table.insert(0, TR(*sorted_headers,
|
||||
**{_class: "%s_fieldnames" %
|
||||
attributes["_class"]}))
|
||||
**{'_class': "%s_fieldnames" %
|
||||
attributes["_class"]}))
|
||||
else:
|
||||
data = SCRIPT(""" // web2py Spreadsheets: no db data.""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user