﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1594	obfuscate.sh and tidy incompatible	Matthew Burgess	lfs-book@…	"I'm trying to render LFS trunk with the attached patch.  'make validate' doesn't
complain.  'make', however, outputs the following:

for filename in `find ~/lfs-book -name ""*.html""`; do \
  sh obfuscate.sh $filename; \
done;
for filename in `find ~/lfs-book -name ""*.html""`; do \
  tidy -config tidy.conf $filename; \
  true; \
done;
line 102 column 89 - Error: missing quote mark for attribute value

It then proceeds to completely omit Greg Schafer and Jesse Tie Ten Quee's entries.

Commenting out either the obfuscate.sh loop, or the tidy loop, results in the
error disappearing, and a correct rendering (albeit obviously either
non-obfuscated, or non-tidied)."	defect	closed	normal		Book	SVN	normal	fixed		
