Merge pull request #40 from stevenle/master

Remove WbrToSpace from being cleaned
This commit is contained in:
Michael[tm] Smith 2012-06-26 20:01:02 -07:00
commit a61504c57a

View file

@ -1402,7 +1402,6 @@ int tidyDocSaveStream( TidyDocImpl* doc, StreamOut* out )
{ {
/* noop */ /* noop */
TY_(DropFontElements)(doc, &doc->root, NULL); TY_(DropFontElements)(doc, &doc->root, NULL);
TY_(WbrToSpace)(doc, &doc->root);
} }
if ((makeClean && asciiChars) || makeBare) if ((makeClean && asciiChars) || makeBare)