From 6a843bb112988976892058c56d5fe2f24e24300a Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 06 Jan 2008 21:02:45 +0000 Subject: Fix non-debug tidying. somehow I've managed to put too many tidying options into conditional. Signed-off-by: Michael Krelin --- (limited to 'lib/discovery.cc') 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 { #ifndef NDEBUG td.opt_set(TidyQuiet,false); td.opt_set(TidyShowWarnings,false); +#endif /* NDEBUG */ td.opt_set(TidyForceOutput,true); td.opt_set(TidyXhtmlOut,true); td.opt_set(TidyDoctypeMode,TidyDoctypeOmit); td.opt_set(TidyMark,false); -#endif /* NDEBUG */ 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