fixed typo in spreadsheet, thanks Alan

This commit is contained in:
mdipierro
2013-12-04 19:35:43 -06:00
parent 5b7167436b
commit 3a6a8af9f6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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.""")