summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--lib/discovery.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/discovery.cc b/lib/discovery.cc
index a308b56..af9686a 100644
--- a/lib/discovery.cc
+++ b/lib/discovery.cc
@@ -169,11 +169,11 @@ namespace opkele {
169#ifndef NDEBUG 169#ifndef NDEBUG
170 td.opt_set(TidyQuiet,false); 170 td.opt_set(TidyQuiet,false);
171 td.opt_set(TidyShowWarnings,false); 171 td.opt_set(TidyShowWarnings,false);
172#endif /* NDEBUG */
172 td.opt_set(TidyForceOutput,true); 173 td.opt_set(TidyForceOutput,true);
173 td.opt_set(TidyXhtmlOut,true); 174 td.opt_set(TidyXhtmlOut,true);
174 td.opt_set(TidyDoctypeMode,TidyDoctypeOmit); 175 td.opt_set(TidyDoctypeMode,TidyDoctypeOmit);
175 td.opt_set(TidyMark,false); 176 td.opt_set(TidyMark,false);
176#endif /* NDEBUG */
177 if(td.parse_string(save_html)<=0) 177 if(td.parse_string(save_html)<=0)
178 throw exception_tidy(OPKELE_CP_ "tidy failed to parse document"); 178 throw exception_tidy(OPKELE_CP_ "tidy failed to parse document");
179 if(td.clean_and_repair()<=0) 179 if(td.clean_and_repair()<=0)