Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 2321:c075edcc8153 maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 16 May 2004 22:00:08 +0000 |
| parents | 5906e6bad32e |
| children | 9184fbd2aab0 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sun May 16 09:33:14 2004 +0000 +++ b/roundup/cgi/templating.py Sun May 16 22:00:08 2004 +0000 @@ -1387,7 +1387,7 @@ else: value = cgi.escape(str(self._value)) - if is_edit_ok(): + if self.is_edit_ok(): value = '"'.join(value.split('"')) return self.input(name=self._formname,value=value,size=size)
