]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicities in HTML entities tables
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 26 Apr 2001 22:37:27 +0000 (22:37 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 26 Apr 2001 22:37:27 +0000 (22:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpdata.cpp
src/html/htmlcell.cpp

index ca94e3feafc2f46fbdb8e52c0899ba2dcac200aa..5e35fe729e43481a5b045e6e75d3700592915917 100644 (file)
@@ -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", "&"),
index df31b8559dc1ae7fad5cbf622ee2703b08ec49d9..b8330c4e10d637897ca19b6e4f43d23296399a20 100644 (file)
@@ -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", "&"),