Fix tidylib.obj : error LNK2019: unresolved external symbol _prvTidyCleanGoogleDocument referenced in function _tidyDocCleanAndRepair
This commit is contained in:
parent
a61504c57a
commit
046a40da34
|
@ -1281,8 +1281,10 @@ int tidyDocCleanAndRepair( TidyDocImpl* doc )
|
||||||
TY_(CleanDocument)( doc );
|
TY_(CleanDocument)( doc );
|
||||||
|
|
||||||
/* clean up html exported by Google Focs */
|
/* clean up html exported by Google Focs */
|
||||||
|
#if 0
|
||||||
if ( gdoc )
|
if ( gdoc )
|
||||||
TY_(CleanGoogleDocument)( doc );
|
TY_(CleanGoogleDocument)( doc );
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Move terminating <br /> tags from out of paragraphs */
|
/* Move terminating <br /> tags from out of paragraphs */
|
||||||
/*! Do we want to do this for all block-level elements? */
|
/*! Do we want to do this for all block-level elements? */
|
||||||
|
|
Loading…
Reference in a new issue