From c7b1a7aec15445db56c49508f4a53357a6eb1311 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 26 Mar 2003 04:02:18 +0000 Subject: [PATCH] oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1625 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/cgi/templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 0587ba5..a7b1490 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -445,7 +445,7 @@ class HTMLClass(HTMLPermissions): property = '&property=%s'%property return '(%s)'%( - 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) -- 2.30.2