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:
parent
d3440ed9f7
commit
0d41d4247e
|
@ -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