aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/html_harvest_topics.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-12 10:52:35 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-12 10:52:35 -0400
commit32fd8f3908bc8632e2d8ab4d872f6e4362fe031b (patch)
tree8094371a7fd511409992200f4b7c1cb4c33582d6 /lib/sisu/v5/html_harvest_topics.rb
parentv6: '*_parts', remove defaults.rb & some relics related to sisu skins, long gone (diff)
v5: merge v6: remove defaults.rb & some relics related to sisu skinssisu_5.7.0
Diffstat (limited to 'lib/sisu/v5/html_harvest_topics.rb')
-rw-r--r--lib/sisu/v5/html_harvest_topics.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/sisu/v5/html_harvest_topics.rb b/lib/sisu/v5/html_harvest_topics.rb
index 59812c68..ab74968c 100644
--- a/lib/sisu/v5/html_harvest_topics.rb
+++ b/lib/sisu/v5/html_harvest_topics.rb
@@ -60,8 +60,8 @@
=end
module SiSU_HarvestTopics
- require_relative 'html_harvest_author_format' # html_harvest_author_format.rb
- include SiSU_Viz
+ require_relative 'html_harvest_author_format' # html_harvest_author_format.rb
+ require_relative 'html_parts' # html_parts.rb
class Songsheet
@@the_idx_topics={}
def initialize(opt,env)
@@ -501,7 +501,6 @@ module SiSU_HarvestTopics
@alphabet_list=%W[9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]
@alph=@alphabet_list.dup
@letter=@alph.shift
- @vz=SiSU_Viz::Defaults.new
end
def html_file_open
@the_idx.keys.each do |lng|
@@ -745,7 +744,7 @@ WOK
<a name="finish" id="finish"></a>
<a name="stop" id="stop"></a>
<a name="credits"></a>
-#{@vz.credits_sisu}
+#{SiSU_Proj_HTML::Bits.new.credits_sisu}
</body>
</html>
WOK