Remove WbrToSpace since <wbr> is HTML5 valid.

This commit is contained in:
Steven Le 2012-06-22 10:35:43 -07:00
parent 57a98b97b6
commit d942983fb0

View file

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