Skip to content
Commit 8ae8b992 authored by Dan Nicholson's avatar Dan Nicholson
Browse files

Use urlencode to construct query parameters

Including the `?` and `&` in the templates is awkward. Instead, use a
dictionary with just the parameter names and use `urlencode` to
construct the query string. This also has the advantage that any values
will be properly HTML encoded.

https://phabricator.endlessm.com/T29306
parent 0162f4e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment