On Fri, Jan 04, 2002 at 11:12:20AM +0100, Josip Rodin wrote: > On Thu, Jan 03, 2002 at 05:19:20PM -0500, James A. Treacy wrote: > > There is a single error in Bugs/index.en.html I didn't look into. > > Actually, we should simply use a better validator :) > > % tidy -eq index.en.html > [...] > line 122 column 4 - Warning: missing </small> before <ul> > line 123 column 7 - Warning: inserting implicit <small> > line 127 column 4 - Warning: missing </small> before <li> [...]
I disagree, tidy is not a validator ;) And find /foo -name \*.html | xargs tidy -eq is not very clear to my point of view. But running tidy on individual files to understand some error messages is indeed a very good idea. Denis