diff roundup/cgi/templating.py @ 2268:f9200f897369 maint-0.7

fix user creation page
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 May 2004 23:23:20 +0000
parents a13ec40cf8f5
children b7b913dbfd7f
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Thu May 06 23:06:01 2004 +0000
+++ b/roundup/cgi/templating.py	Thu May 06 23:23:20 2004 +0000
@@ -1205,7 +1205,7 @@
 
         return str(self._value)
 
-    def field(self, size = 30):
+    def field(self, size=30):
         ''' Render a form edit field for the property.
 
             If not editable, just display the value via plain().

Roundup Issue Tracker: http://roundup-tracker.org/