Author: ianb
Date: 2006-09-10 15:28:57 -0600 (Sun, 10 Sep 2006)
New Revision: 1930
Modified:
FormEncode/trunk/formencode/fields.py
Log:
Removed duplicate arguments in table wrapper
Modified: FormEncode/trunk/formencode/fields.py
===================================================================
--- FormEncode/trunk/formencode/fields.py 2006-09-10 18:25:35 UTC (rev
1929)
+++ FormEncode/trunk/formencode/fields.py 2006-09-10 21:28:57 UTC (rev
1930)
@@ -326,8 +326,7 @@
def wrap_fields(self, rendered_fields, context):
return html.table(rendered_fields,
width=self.width,
- class_=self.table_class,
- c=rendered_fields)
+ class_=self.table_class)
class FormTableLayout(Layout):
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs