Code

oops
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 26 Mar 2003 04:02:18 +0000 (04:02 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 26 Mar 2003 04:02:18 +0000 (04:02 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1625 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/templating.py

index 0587ba5c28a4fc9ee95622ea49458d629d13383b..a7b1490b10185089e491c4007c2a79b78ffdf739 100644 (file)
@@ -445,7 +445,7 @@ class HTMLClass(HTMLPermissions):
             property = '&property=%s'%property
         return '<a href="javascript:help_window(\'%s?:template=help&' \
             'properties=%s%s\', \'%s\', \'%s\')"><b>(%s)</b></a>'%(
-            self.classname, property, properties, width, height, label)
+            self.classname, properties, property, width, height, label)
 
     def submit(self, label="Submit New Entry"):
         ''' Generate a submit button (and action hidden element)