diff --git a/src/apps/mail/Content.cpp b/src/apps/mail/Content.cpp index 017c9cab3c..bd6f3bf0c1 100644 --- a/src/apps/mail/Content.cpp +++ b/src/apps/mail/Content.cpp @@ -212,7 +212,7 @@ FilterHTMLTag(int32 &first, char **t, char *end) {"ograve;", 0x00f2}, {"ouml;", 0x00f6}, {"quot;", '"'}, - {"szlig;", 0x00f6}, + {"szlig;", 0x00df}, {"uacute;", 0x00fa}, {"ucirc;", 0x00fb}, {"ugrave;", 0x00f9},