fabmob / fabmob.io

Le site de la fabmob
https://lafabriquedesmobilites.fr
MIT License
6 stars 15 forks source link

Fix invalid date in events page on firefox. #128

Closed TTalex closed 2 years ago

TTalex commented 2 years ago

The issue came from the inability in firefox (/safari?) to resolve datestring containing a '\n' at the end, stripping said line-break resolves the issue.

I also updated the way the API reply is handled, since it was also losing some parameters when '}}' appears in the description (such as pages with links included).

Also included an example of an API reply for future reference.