diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index cd8050c903..4ca2b32192 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -262,7 +262,7 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag) ESCSEQ("Uuml", "\334"/* Ü */), ESCSEQ("szlig", "\247"/* § */), - ESCSEQ("agrave;","à"), + ESCSEQ("agrave","à"), ESCSEQ("aacute", "\341"/* á */), ESCSEQ("acirc", "\342"/* â */), ESCSEQ("atilde", "\343"/* ã */),