diff -r 71643a839c80 roundup/cgi/templating.py --- a/roundup/cgi/templating.py Thu Jul 14 22:03:48 2016 -0400 +++ b/roundup/cgi/templating.py Sun Jul 17 21:34:08 2016 -0400 @@ -1399,6 +1399,10 @@ # just return the matched text return match.group(0) + def url_quote(self): + """ Return the string in plain format but escaped for use in a url """ + return urllib.quote(self.plain()) + def hyperlinked(self): """ Render a "hyperlinked" version of the text """ return self.plain(hyperlink=1) diff -r 71643a839c80 share/roundup/templates/classic/html/page.html --- a/share/roundup/templates/classic/html/page.html Thu Jul 14 22:03:48 2016 -0400 +++ b/share/roundup/templates/classic/html/page.html Sun Jul 17 21:34:08 2016 -0400 @@ -54,7 +54,7 @@ Your Queries (edit)
- link

diff -r 71643a839c80 share/roundup/templates/devel/html/page.html --- a/share/roundup/templates/devel/html/page.html Thu Jul 14 22:03:48 2016 -0400 +++ b/share/roundup/templates/devel/html/page.html Sun Jul 17 21:34:08 2016 -0400 @@ -210,7 +210,7 @@ Your Queries (edit)
diff -r 71643a839c80 share/roundup/templates/minimal/html/page.html --- a/share/roundup/templates/minimal/html/page.html Thu Jul 14 22:03:48 2016 -0400 +++ b/share/roundup/templates/minimal/html/page.html Sun Jul 17 21:34:08 2016 -0400 @@ -54,7 +54,7 @@ Your Queries (edit)
- link

diff -r 71643a839c80 share/roundup/templates/responsive/html/page.html --- a/share/roundup/templates/responsive/html/page.html Thu Jul 14 22:03:48 2016 -0400 +++ b/share/roundup/templates/responsive/html/page.html Sun Jul 17 21:34:08 2016 -0400 @@ -227,7 +227,7 @@ Your Queries (edit)