aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/html_scroll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/html_scroll.rb')
-rw-r--r--lib/sisu/v3dv/html_scroll.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3dv/html_scroll.rb b/lib/sisu/v3dv/html_scroll.rb
index c09ae68f..2efdb8bd 100644
--- a/lib/sisu/v3dv/html_scroll.rb
+++ b/lib/sisu/v3dv/html_scroll.rb
@@ -56,7 +56,7 @@
** Description: html scroll generation, processing
=end
-module SiSU_HTML_scroll
+module SiSU_HTML_Scroll
require_relative 'shared_html' # shared_html.rb
require_relative 'html' # html.rb
require_relative 'shared_metadata' # shared_metadata.rb
@@ -200,7 +200,7 @@ module SiSU_HTML_scroll
def tails
scr_tail=[]
format_head_scroll=SiSU_HTML_Format::Head_toc.new(@md)
- ads=SiSU_HTML_promo::Ad.new(@md)
+ ads=SiSU_HTML_Promo::Ad.new(@md)
scr_tail << format_head_scroll.scroll_tail << ads.div.close << ads.display << format_head_scroll.html_close
scr_tail
end