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:
parent
53a240f02b
commit
891000d61b
@ -300,9 +300,6 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag)
|
||||
|
||||
ESCSEQ("yuml", ""),
|
||||
|
||||
ESCSEQ("#60", "<"),
|
||||
ESCSEQ("#62", ">"),
|
||||
|
||||
/* this one should ALWAYS stay the last one!!! */
|
||||
ESCSEQ("amp", "&"),
|
||||
ESCSEQ("#38", "&"),
|
||||
|
@ -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", "&"),
|
||||
|
Loading…
Reference in New Issue
Block a user