summaryrefslogtreecommitdiffstats
path: root/src/htmlentity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlentity.cpp')
-rw-r--r--src/htmlentity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlentity.cpp b/src/htmlentity.cpp
index c7ff1da..9f83991 100644
--- a/src/htmlentity.cpp
+++ b/src/htmlentity.cpp
@@ -326,6 +326,7 @@ HtmlEntityMapper::HtmlEntityMapper()
{
m_name2sym->insert(g_htmlEntities[i].item,new int(g_htmlEntities[i].symb));
}
+ validate();
}
HtmlEntityMapper::~HtmlEntityMapper()