diff --git a/src/tidylib.c b/src/tidylib.c index 5756d19..c9af802 100644 --- a/src/tidylib.c +++ b/src/tidylib.c @@ -1281,8 +1281,10 @@ int tidyDocCleanAndRepair( TidyDocImpl* doc ) TY_(CleanDocument)( doc ); /* clean up html exported by Google Focs */ +#if 0 if ( gdoc ) TY_(CleanGoogleDocument)( doc ); +#endif /* Move terminating
tags from out of paragraphs */ /*! Do we want to do this for all block-level elements? */