Re: url_with_query overquoting
David Binger <[email protected]> Thu, 30 Aug 2007 20:59:46 -0400
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
I see that this is fixed in the qp version of this function, where the '&' is wrapped in a call to qpy' s version of htmltext(). On Aug 30, 2007, at 8:32 PM, Mike Orr wrote: > quixote.html.url_with_query() is escaping the "&" when it builds a > query string. This makes it impossible to pass the URL to > quixote.redirect().