aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/epub_format.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/epub_format.rb')
-rw-r--r--lib/sisu/v3dv/epub_format.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/epub_format.rb b/lib/sisu/v3dv/epub_format.rb
index 40fe8816..25e659af 100644
--- a/lib/sisu/v3dv/epub_format.rb
+++ b/lib/sisu/v3dv/epub_format.rb
@@ -2257,7 +2257,7 @@ WOK
end
def table
@txt=if @t_o.obj !~/^<table\s/
- table=SiSU_XHTML_shared::Table_xhtml.new(@t_o) #move, make happen earlier
+ table=SiSU_XHTML_Shared::Table_xhtml.new(@t_o) #move, make happen earlier
@txt=table.table.obj
else @txt
end