mojotech / social-builder

MIT License
57 stars 11 forks source link

properly handle & in share urls #38

Closed samccone closed 10 years ago

samccone commented 10 years ago

the ampersands are getting html encoded & but they need to be url encoded %26

https://github.com/mojotech/social-builder/blob/dcd4cb4f13d6ab42484dbbb7c0127df41b85446c/assets/js/views/_single_inline_share.coffee#L8

needs to be encodeURIComponent