diff roundup/cgi/templating.py @ 3582:026adc5f1e13

fix "Adding a new constrained field to the classic schema" example in docs [SF#1433118]
author Richard Jones <richard@users.sourceforge.net>
date Fri, 03 Mar 2006 00:11:31 +0000
parents d7bab396c228
children 35b35a152b40
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Thu Mar 02 23:51:08 2006 +0000
+++ b/roundup/cgi/templating.py	Fri Mar 03 00:11:31 2006 +0000
@@ -687,7 +687,8 @@
            filter = ''
         help_url = "%s?@startwith=0&amp;@template=help&amp;"\
                    "properties=%s%s%s%s%s&amp;@pagesize=%s%s" % \
-                   (self.classname, properties, property, form, type, sort, pagesize, filter)
+                   (self.classname, properties, property, form, type,
+                   sort, pagesize, filter)
         onclick = "javascript:help_window('%s', '%s', '%s');return false;" % \
                   (help_url, width, height)
         return '<a class="classhelp" href="%s" onclick="%s">%s</a>' % \

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