SteffiPeTaffy / conference-rating

Eclipse Public License 1.0
12 stars 4 forks source link

Show correctly escaped characters #96

Closed m-mercuri closed 4 years ago

m-mercuri commented 4 years ago

Now fixing this issue for real.

This escapes the creation and edition of conferences in the backend, and "un-escapes" them when received in the frontend.

flosell commented 4 years ago

Hey, looks good to me overall. One more thing: could we also unsanitise the location data? This is where the problem is that triggered the initial issue and that's still there (set Bangkoks "Growth cafe & co." as the location to reproduce)

m-mercuri commented 4 years ago

Just added a new commit. Sorry for that, I was doing the lookup wrong and I wasn't able to reproduce the issue in the location field 🤦‍♂

flosell commented 4 years ago

Thanks, looks good!