mysociety / popit

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
76 stars 33 forks source link

Make sure ids are properly encoded in urls #784

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

Use encodeURIComponent when generating a url for models so that special characters are properly escaped.

Fixes #769

struan commented 9 years ago

Looks fine to me.