Skip to content

Commit 1e395b9

Browse files
committed
Quote ampersands in URLs.
1 parent 6330656 commit 1e395b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ def popcal(self, width=300, height=200, label="(cal)",
17371737
else :
17381738
date = ""
17391739
return ('<a class="classhelp" href="javascript:help_window('
1740-
"'%s?@template=calendar&property=%s&form=%s%s', %d, %d)"
1740+
"'%s?@template=calendar&amp;property=%s&amp;form=%s%s', %d, %d)"
17411741
'">%s</a>'%(self._classname, self._name, form, date, width,
17421742
height, label))
17431743

0 commit comments

Comments
 (0)