aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/epub_segments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v4/epub_segments.rb')
-rw-r--r--lib/sisu/v4/epub_segments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v4/epub_segments.rb b/lib/sisu/v4/epub_segments.rb
index 5a3f3092..8182690a 100644
--- a/lib/sisu/v4/epub_segments.rb
+++ b/lib/sisu/v4/epub_segments.rb
@@ -128,7 +128,7 @@ WOK
attr_reader :seg_name_xhtml,:seg_name_xhtml_tracker
def initialize(md='',data='')
@md,@data=md,data
- @vz=SiSU_Env::GetInit.instance.skin
+ @vz=SiSU_Env::GetInit.new.skin
@seg_name_xhtml=@@seg_name_xhtml || nil
@seg_name_xhtml_tracker=@@tracker || nil
@make=SiSU_Env::ProcessingSettings.new(@md) if @md