diff options
author | Ralph Amissah <ralph@amissah.com> | 2009-07-28 11:42:44 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2009-07-28 11:42:44 -0400 |
commit | 6b436cd50664c83996e7595e0b400125f700db71 (patch) | |
tree | 07ed187f872282b050469d1bd54abb5eb9d4a738 /lib | |
parent | sha256 for 0.71.1 (diff) |
html book index, batch processing fix, re-initialize variable after use
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v1/html_segments.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v1/html_segments.rb b/lib/sisu/v1/html_segments.rb index d874063a..66e04800 100644 --- a/lib/sisu/v1/html_segments.rb +++ b/lib/sisu/v1/html_segments.rb @@ -201,6 +201,7 @@ module SiSU_HTML_seg Seg_output.new(@md,@output_seg_file,@@seg,@minitoc,'endnotes').output elsif @@seg_name_html[tracking-1] =~/idx/ Seg_output.new(@md,@output_seg_file,@@seg,@minitoc,'idx').output + @@seg[:idx]=[] else p 'check' end Seg.new.reinitialise |