ppfeufer / aa-discord-ping-formatter

App for formatting pings for Discord in Alliance Auth
GNU General Public License v3.0
0 stars 0 forks source link

[Bug] properly escape single quotes in names #31

Closed ppfeufer closed 4 years ago

ppfeufer commented 4 years ago

Quite a number of names in Eve contain a single quote ('), this needs to be escaped properly in the template, otherwise django does it by itself and we have html-entities in our ping.

image