Closed
Description
Current matster (4ff3234) removes white space following <a>...</a>. This HTML
<html>
<head>
</head>
<body>
<a href="n" name="n">one</a> two
</body>
</html>
is cleaned up to
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a href="n" name="n" id="n">one</a>two
</body>
</html>
Notice that the single white space before "two" is missing in the output.
This is a regression from the original Tidy from SourceForge.
Metadata
Metadata
Assignees
Labels
No labels