opfo / app

An iOS app for the EDA397 course made at Chalmers in the spring of 2013.
7 stars 1 forks source link

Proper escaping of HTML in User biography #27

Closed gothma closed 11 years ago

gothma commented 11 years ago

@makxan I had a little change in your code to have the HTML for the user bio properly escaped so that the WebView renders it correctly. Links are now actually clickable + the \n disappear. If the changes are ok with you, you can accept the pull.

Since I'm facing the same problems for the post bodies, we can think about creating one common WebView for our special case.