removed duplicities in HTML entities tables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -263,9 +263,6 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell()
|
||||
|
||||
ESCSEQ("yuml", ""),
|
||||
|
||||
ESCSEQ("#60", "<"),
|
||||
ESCSEQ("#62", ">"),
|
||||
|
||||
/* this one should ALWAYS stay the last one!!! */
|
||||
ESCSEQ("amp", "&"),
|
||||
ESCSEQ("#38", "&"),
|
||||
|
Reference in New Issue
Block a user