Merge pull request #40 from stevenle/master
Remove WbrToSpace from being cleaned
This commit is contained in:
commit
a61504c57a
|
@ -1402,7 +1402,6 @@ int tidyDocSaveStream( TidyDocImpl* doc, StreamOut* out )
|
|||
{
|
||||
/* noop */
|
||||
TY_(DropFontElements)(doc, &doc->root, NULL);
|
||||
TY_(WbrToSpace)(doc, &doc->root);
|
||||
}
|
||||
|
||||
if ((makeClean && asciiChars) || makeBare)
|
||||
|
|
Loading…
Reference in a new issue