SwiftFest / ios-app

The official iOS app for SwiftFest
MIT License
6 stars 3 forks source link

Two talk texts displays HTML tags #71

Open fetching opened 5 years ago

fetching commented 5 years ago

In the iOS app, Go to Agenda->Day 2 click on Soojin Ro at 3:30pm. The talk text displays HTML tags. Same issue for Marks' talk at 4pm.

Here is a screenshot of what we see in the app:

Image-1

Image-1(1)

ZevEisenberg commented 5 years ago

In both cases, it’s because of the ampersands. They need to be encoded as & so that BonMot’s XML parser can parse them correctly. To make your life easier, you can just remove the URL GET parameters from the first one’s iTunes URL, because those parameters are optional anyway.