We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1650863 commit eed8035Copy full SHA for eed8035
CHANGES.txt
@@ -25,6 +25,7 @@ Fixed:
25
- fix timelog example in customisation doc to mention permissions
26
- nicer listing of Superseder links (sf non-patch 1497767)
27
- include roundup-server.ini.example (sf bug 1493859)
28
+- dumb bug in cgi templating utils (sf bug 1490176)
29
30
31
2006-04-27 1.1.2
roundup/cgi/templating.py
@@ -2511,7 +2511,7 @@ def url_quote(self, url):
2511
2512
def html_quote(self, html):
2513
'''HTML-quote the supplied text.'''
2514
- return cgi.escape(url)
+ return cgi.escape(html)
2515
2516
def __getattr__(self, name):
2517
'''Try the tracker's templating_utils.'''
0 commit comments