johnpatrickmorgan / wtfautolayout

The source code for Why The Failure, Auto Layout?
https://www.wtfautolayout.com
MIT License
1.08k stars 22 forks source link

Permalink fails when code contains ampersand & #19

Closed NSExceptional closed 4 years ago

NSExceptional commented 4 years ago

The site doesn't properly escape the ampersands when you click permalink

johnpatrickmorgan commented 4 years ago

Thanks for raising this issue. It seems urlQueryArgumentAllowed would be more appropriate here.

johnpatrickmorgan commented 4 years ago

Thanks again; a fix has been deployed and the issue should now be resolved.