From: stefan Date: Thu, 19 Feb 2009 21:52:35 +0000 (+0000) Subject: Quote ampersands in URLs. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=97404798aca15ae8c434bcf029d5e275f108eac2;p=roundup.git Quote ampersands in URLs. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4144 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 36a0d91..61a30fe 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -1737,7 +1737,7 @@ class DateHTMLProperty(HTMLProperty): else : date = "" return ('%s'%(self._classname, self._name, form, date, width, height, label))