Considering the following transcript

| $ dpkg -l tidy | tail -n 1
| ii  tidy           20050415-1     HTML syntax checker and reformatter
| $ cat test.html
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|         "http://www.w3.org/TR/html4/strict.dtd";>
| <table><tr><td>foo</td></tr></table>
| $ tidy -q --enclose-block-text yes --enclose-text yes test.html | grep "<td>"
| line 3 column 1 - Warning: inserting missing 'title' element
| line 3 column 1 - Warning: <table> lacks "summary" attribute
| <td>foo</td>

I'd guess this bug could be closed.

Cheers,
Flo

Attachment: signature.asc
Description: Digital signature

Reply via email to