Fix tidylib.obj : error LNK2019: unresolved external symbol _prvTidyCleanGoogleDocument referenced in function _tidyDocCleanAndRepair

Signed-off-by: Michael[tm] Smith <mike@w3.org>
This commit is contained in:
John Weldon 2012-07-03 12:10:53 -07:00 committed by Michael[tm] Smith
parent d3440ed9f7
commit 0d41d4247e

View file

@ -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 <br /> tags from out of paragraphs */
/*! Do we want to do this for all block-level elements? */