HE-Arc / FreeGo2

Application développée pour l’association FreeGo afin de promouvoir leurs réfrigérateurs communautaires.
https://application-freego.ch/
1 stars 0 forks source link

Line breaks not showing for manager's infos #54

Open Kevin-Laipe opened 3 years ago

Kevin-Laipe commented 3 years ago

If a manager posts a multi-line description (i.g. for special opening hours during holidays), that text is displayed on a single line on the fridge details page.

We have to detect a line break in the form and replace it with a \n to fix this.

PS: Be careful not to expose the app to XSS attacks (i.e. don't use v-html property)