From aa3a6821f6aaaf4ae63bafbbc76da5f414a75fd4 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 06 Apr 2008 19:26:50 +0000 Subject: fix for discovery failing on some entities coming before the tag of interest One of the numerous opportunities to express my gratitude by means of commit message to Joseph Smarr of Plaxo for spotting it. Thanks, Joseph! Signed-off-by: Michael Krelin --- (limited to 'lib') diff --git a/lib/discovery.cc b/lib/discovery.cc index c118c80..3b90977 100644 --- a/lib/discovery.cc +++ b/lib/discovery.cc @@ -260,6 +260,7 @@ namespace opkele { td.opt_set(TidyXhtmlOut,true); td.opt_set(TidyDoctypeMode,TidyDoctypeOmit); td.opt_set(TidyMark,false); + td.opt_set(TidyNumEntities,true); if(td.parse_string(save_html)<=0) throw exception_tidy(OPKELE_CP_ "tidy failed to parse document"); if(td.clean_and_repair()<=0) -- cgit v0.9.0.2