Subject: | align=left removed and it changes the output |
Using htmlclean I ran into a case when the alignment of a table field has
been changed and it changes the how the table is displayed.
A test case can be the following:
The original line
<table><tr><td>aaaaaaaa</td></tr><tr align=center><td align=left>b</td></tr></table>
The clean line (align=left removed)
<table><tr><td>aaaaaaaa</td></tr><tr align=center><td>b</td></tr></table>
but these two lines will display differently in (at least) Mozilla.