Tartarus CVS: halibut: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Sat, 27 Mar 2004 09:59:43 +0000
CVS Root: /home/cvs
Module: halibut
Changes by: simon
Date: Sat Mar 27 2004 09:59:43 GMT
Log message:
Fix bug in HTML index generation: any index tags appearing in a
section title (which is not remotely unreasonable) got index
references added to them not only when the section title was
processed as part of its section, but also when it was processed as
part of contents navigation displays - in which situation it tended
to cause a link to, for example, the last section in the _previous_
file. Now we keep constant track of whether or not we're supposed to
be indexing things as we process text.
Modified files:
. : bk_xhtml.c
Links:
http://cvs.tartarus.org//halibut/bk_xhtml.c.diff?r1=1.26&r2=1.27