diff options
Diffstat (limited to 'org/html.org')
-rw-r--r-- | org/html.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/html.org b/org/html.org index 1454226d..80aef117 100644 --- a/org/html.org +++ b/org/html.org @@ -5339,7 +5339,7 @@ __END__ #+BEGIN_SRC ruby :tangle "../lib/sisu/html_persist.rb" # <<sisu_document_header>> -Module SiSU_HTML_Persist +module SiSU_HTML_Persist class Persist @@persist=nil attr_accessor :is0,:is1,:is2,:is3,:is4,:heading0,:heading1,:heading2,:heading3,:heading4, :title, :dot_nav, :tocband_banner, :tocband_bannerless, :headings, :heading_endnotes, :main, :endnote_all, :tail, :credits, :heading_idx, :idx, :seg_endnotes, :seg_endnotes_array, :segtocband, :get_hash_fn, :get_hash_to, :seg_subtoc, :seg_subtoc_array, :fn, :seg_name ,:seg_name_x,:seg_name_x_tracker |