-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sanitize comic titles #94
Comments
Whoops, thanks for pointing that out. I can't think of an easy way to automatically parse HTML tags in SwiftUI, so I think the better method (and what xkcd: OS does) is to sanitize the title before adding it to the database. |
After looking into this more, it appears a sanitized version is already provided by xkcd and is currently being saved in a different field, so it is actually an app issue. 🙄 |
3d7b387, I'll update this when it's approved and ready in the store. |
Version v1.2.5 is now available in the store. 👍 |
The title of #472:
The title should have color, but instead shows the HTML formatting.
The text was updated successfully, but these errors were encountered: