truckerswelcome / webapp

Web application components (UI and backend)
MIT License
2 stars 2 forks source link

Apostrophe not escaped in 'other' facility options #36

Closed maxlvl closed 2 years ago

maxlvl commented 4 years ago

Steps to reproduce: 1) Add a new facility. 2) Under 'other' facility options, add anything with an apostrophe (e.g. "driver's lounge") 3) Save the newly added facility and look it up a minute later.

Expected result: I can see "driver's lounge" among the options

Actual result: I see "driver&39#;s lounge" among the options.

tyler-reese commented 4 years ago

I checked in a fix for this. Try it again and see if it works for you.