﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
238	tidy HTML generation	markh@…	lfs-book@…	"This is a program to tidy up the HTML code we generate.

We can use it with something like:
for i in html html/chapter* html/prefix html/appendix*
do
cd SOMEWHERE/$i
for j in *.html
do
tidy $j > $j.backup
mv $j.backup $j
done
done

or some much cleverer solution which one of you will come up with :-)"	defect	closed	lowest		Book	CVS	normal	fixed		
