aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/html.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-11-20 23:03:24 -0500
committerRalph Amissah <ralph@amissah.com>2014-12-08 00:18:16 -0500
commit1625f316c0d74e01789bec8b8fca0608acc9310e (patch)
tree234bc83004c3e2ad7bf274f72a68523759b96664 /lib/sisu/develop/html.rb
parentd: orgmode, add orgmode structure output to txts (diff)
d: html, segments, reorganize, introduce new file
Diffstat (limited to 'lib/sisu/develop/html.rb')
-rw-r--r--lib/sisu/develop/html.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/sisu/develop/html.rb b/lib/sisu/develop/html.rb
index 1f128afc..737d532e 100644
--- a/lib/sisu/develop/html.rb
+++ b/lib/sisu/develop/html.rb
@@ -165,11 +165,10 @@ module SiSU_HTML
end
end
SiSU_Env::Clear.new(@opt.selections.str,@opt.fns,@md).param_instantiate
- @@flag,@@scr,@@seg,@@seg_endnotes,@@seg_subtoc,@@seg_ad={},{},{},{},{},{}
- @@seg_total,@@tracker,@@loop_count,@@tablehead,@@number_of_cols=0,0,0,0,0
- @@seg_name,@@seg_name_html,@@seg_subtoc_array,@@seg_endnotes_array,@@segtocband,@@tablefoot=Array.new(7){[]}
- @@filename_seg,@@seg_url,@@fn,@@to_lev4,@@get_hash_to,@@get_hash_fn='','','','','','',''
- @@is4=@@is3=@@is2=@@is1=@@heading1=@@heading2=@@heading3=@@heading4=0
+ @@flag,@@scr,@@seg,@@seg_endnotes,@@seg_subtoc={},{},{},{},{}
+ @@tracker=0
+ @@seg_name,@@seg_name_x,@@seg_subtoc_array,@@seg_endnotes_array,@@tablefoot=Array.new(5){[]}
+ @@filename_seg,@@seg_url,@@to_lev4,@@get_hash_to,@@get_hash_fn='','','','',''
end
end
private