diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-01-23 21:40:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-01-23 21:40:54 -0500 |
commit | 3d6deb1d4a0e3a8ab8294e441cf2c0ff1075e4c6 (patch) | |
tree | db49ede3ba9b0b8e23789441f31a2510a9219807 /lib/sisu/v3dv/epub_format.rb | |
parent | v3dv: sysenv, use "which" instead of "whereis" to locate programs, test (diff) |
v3dv: call most methods by full name (include associated module & class names)
* messing with code, merge back now likely to become v3.2
Diffstat (limited to 'lib/sisu/v3dv/epub_format.rb')
-rw-r--r-- | lib/sisu/v3dv/epub_format.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3dv/epub_format.rb b/lib/sisu/v3dv/epub_format.rb index 46c9d4be..3f7ea4d5 100644 --- a/lib/sisu/v3dv/epub_format.rb +++ b/lib/sisu/v3dv/epub_format.rb @@ -1791,7 +1791,7 @@ WOK end def make_concordance manifest=scroll=seg='' - wgt=Widget.new(@md) + wgt=SiSU_EPUB_Format::Widget.new(@md) %{<table summary="toc scroll and segment with pdf" border="0" cellpadding="3" cellspacing="0"> <tr> #{wgt.seg(@vz.nav_txt_toc_link)}#{wgt.scroll(@vz.nav_txt_doc_link)}#{wgt.pdf}#{wgt.odf} @@ -1987,7 +1987,7 @@ WOK end def doc_types #used in seg_nav_band ### scroll=seg='' - wgt=Widget.new(@md) + wgt=SiSU_EPUB_Format::Widget.new(@md) x=if @md.concord_make %{ <table summary="segment navigation available documents types: toc,doc,pdf,concordance" border="0" cellpadding="3" cellspacing="0"> |