aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/xhtml_epub2_segments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/develop/xhtml_epub2_segments.rb')
-rw-r--r--lib/sisu/develop/xhtml_epub2_segments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/develop/xhtml_epub2_segments.rb b/lib/sisu/develop/xhtml_epub2_segments.rb
index b3ce33b0..436cf845 100644
--- a/lib/sisu/develop/xhtml_epub2_segments.rb
+++ b/lib/sisu/develop/xhtml_epub2_segments.rb
@@ -164,7 +164,6 @@ WOK
end
def songsheet
begin
- SiSU_XHTML_EPUB2_Persist::Persist.new.persist_init
data=get_subtoc_endnotes(@data,@per)
data=articles(data,@per)
SiSU_XHTML_EPUB2_Seg::Seg.new.cleanup(@md,@per) # (((( added ))))
@@ -174,6 +173,7 @@ WOK
__LINE__.to_s + ':' + __FILE__
end
ensure
+ SiSU_XHTML_EPUB2_Persist::Persist.new.persist_init
@@seg_name=@per.seg_name=[]
end
end