Skip to content

Commit 6c6e6d4

Browse files
author
Richard Jones
committed
oops
1 parent af64611 commit 6c6e6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def classhelp(self, properties=None, label='list', width='500',
445445
property = '&property=%s'%property
446446
return '<a href="javascript:help_window(\'%s?:template=help&' \
447447
'properties=%s%s\', \'%s\', \'%s\')"><b>(%s)</b></a>'%(
448-
self.classname, property, properties, width, height, label)
448+
self.classname, properties, property, width, height, label)
449449

450450
def submit(self, label="Submit New Entry"):
451451
''' Generate a submit button (and action hidden element)

0 commit comments

Comments
 (0)