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:
@@ -300,9 +300,6 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag)
|
|||||||
|
|
||||||
ESCSEQ("yuml", ""),
|
ESCSEQ("yuml", ""),
|
||||||
|
|
||||||
ESCSEQ("#60", "<"),
|
|
||||||
ESCSEQ("#62", ">"),
|
|
||||||
|
|
||||||
/* this one should ALWAYS stay the last one!!! */
|
/* this one should ALWAYS stay the last one!!! */
|
||||||
ESCSEQ("amp", "&"),
|
ESCSEQ("amp", "&"),
|
||||||
ESCSEQ("#38", "&"),
|
ESCSEQ("#38", "&"),
|
||||||
|
@@ -263,9 +263,6 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell()
|
|||||||
|
|
||||||
ESCSEQ("yuml", ""),
|
ESCSEQ("yuml", ""),
|
||||||
|
|
||||||
ESCSEQ("#60", "<"),
|
|
||||||
ESCSEQ("#62", ">"),
|
|
||||||
|
|
||||||
/* this one should ALWAYS stay the last one!!! */
|
/* this one should ALWAYS stay the last one!!! */
|
||||||
ESCSEQ("amp", "&"),
|
ESCSEQ("amp", "&"),
|
||||||
ESCSEQ("#38", "&"),
|
ESCSEQ("#38", "&"),
|
||||||
|
Reference in New Issue
Block a user