You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, umlauts are not correctly decoded. For example the german ü is displayed as ü. It probably might be a good idea to sanitize the titles (potentially all HTML based content).
I would recommend to use html.unescape() to correctly handle all possible cases.
The text was updated successfully, but these errors were encountered:
Hi there,
thanks for providing this Agent!
At the moment, umlauts are not correctly decoded. For example the german
ü
is displayed asü
. It probably might be a good idea to sanitize the titles (potentially all HTML based content).I would recommend to use html.unescape() to correctly handle all possible cases.
The text was updated successfully, but these errors were encountered: