awesome-italia-remote
awesome-italia-remote copied to clipboard
Bug caused by my previous fix 😅
Describe the bug The website now shows the escape characters introduced by feature #361 (when I implemented it I didn't think of that 😓)
Possible solution
- automatically remove the escape characters when building the cards in the web view;
- build the web view from the json files;
Screenshots
@alessandromr I was under the impression the webview was built from the JSON files
The web view is indeed built using the JSON file as the source of truth. I think the issue is with escaping on the web view side, let me have a look at it. It will probably take some days because I'm cleaning up the web view and so this will be fixed in that batch of changes.