From fad2769449f69f27278e4571dff3885351283c54 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 21 Jul 2012 13:37:07 +0900 Subject: [PATCH] Minor cleanup. --- src/tidylib.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tidylib.c b/src/tidylib.c index 2140ca6..1d4f72c 100644 --- a/src/tidylib.c +++ b/src/tidylib.c @@ -1280,11 +1280,9 @@ int tidyDocCleanAndRepair( TidyDocImpl* doc ) if ( clean || dropFont ) TY_(CleanDocument)( doc ); - /* clean up html exported by Google Focs */ -#if 1 + /* clean up html exported by Google Docs */ if ( gdoc ) TY_(CleanGoogleDocument)( doc ); -#endif /* Move terminating
tags from out of paragraphs */ /*! Do we want to do this for all block-level elements? */