aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/hub.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/hub.rb')
-rw-r--r--lib/sisu/v5/hub.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sisu/v5/hub.rb b/lib/sisu/v5/hub.rb
index f09bd832..d0393a3b 100644
--- a/lib/sisu/v5/hub.rb
+++ b/lib/sisu/v5/hub.rb
@@ -8,7 +8,8 @@
* Author: Ralph Amissah
* Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007, 2008, 2009, 2010, 2011, 2012, 2013 Ralph Amissah, All Rights Reserved.
+ 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Ralph Amissah,
+ All Rights Reserved.
* License: GPL 3 or later:
@@ -308,7 +309,7 @@ module SiSU
end
if @opt.act[:txt_asciidoc][:set]==:on #% --asciidoc
require_relative 'txt_asciidoc' # txt_asciidoc.rb
- SiSU_Txt_asciiDoc::Source.new(@opt).read
+ SiSU_Txt_AsciiDoc::Source.new(@opt).read
end
if @opt.act[:txt_markdown][:set]==:on #% --markdown
require_relative 'txt_markdown' # txt_markdown.rb