Remove WbrToSpace since <wbr> is HTML5 valid.
This commit is contained in:
parent
57a98b97b6
commit
d942983fb0
|
@ -1396,7 +1396,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)
|
||||||
|
|
Loading…
Reference in a new issue