We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This causes the XML parser to get mad, since & on its own is invalid in XML
&
https://discord.com/channels/1049223665243389953/1236897929923526656/1236897929923526656 https://discord.com/channels/1049223665243389953/1049225857350254632/1236899013266116620
The text was updated successfully, but these errors were encountered:
How did you envision this being solved..?
Sorry, something went wrong.
before parsing XML, search for & that arent normal XML escape sequences, and escape them so that the XML parser is happy with them
No branches or pull requests
This causes the XML parser to get mad, since
&
on its own is invalid in XMLhttps://discord.com/channels/1049223665243389953/1236897929923526656/1236897929923526656
https://discord.com/channels/1049223665243389953/1049225857350254632/1236899013266116620
The text was updated successfully, but these errors were encountered: