From 97404798aca15ae8c434bcf029d5e275f108eac2 Mon Sep 17 00:00:00 2001 From: stefan Date: Thu, 19 Feb 2009 21:52:35 +0000 Subject: [PATCH] Quote ampersands in URLs. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4144 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 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)) -- 2.30.2