Mercurial > p > roundup > code
changeset 4052:f8ba421ee4b0
Quote ampersands in URLs.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 19 Feb 2009 21:52:35 +0000 |
| parents | 047402c4ec9b |
| children | f2030089dac6 |
| files | roundup/cgi/templating.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Thu Feb 19 21:46:12 2009 +0000 +++ b/roundup/cgi/templating.py Thu Feb 19 21:52:35 2009 +0000 @@ -1737,7 +1737,7 @@ else : date = "" return ('<a class="classhelp" href="javascript:help_window(' - "'%s?@template=calendar&property=%s&form=%s%s', %d, %d)" + "'%s?@template=calendar&property=%s&form=%s%s', %d, %d)" '">%s</a>'%(self._classname, self._name, form, date, width, height, label))
