aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/dal_syntax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v4/dal_syntax.rb')
-rw-r--r--lib/sisu/v4/dal_syntax.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v4/dal_syntax.rb b/lib/sisu/v4/dal_syntax.rb
index 4a9dcbd4..fba2e765 100644
--- a/lib/sisu/v4/dal_syntax.rb
+++ b/lib/sisu/v4/dal_syntax.rb
@@ -64,7 +64,7 @@ module SiSU_DAL_Syntax
class Markup
def initialize(md='',data='')
@data,@md=data,md
- @vz=SiSU_Env::GetInit.new.skin
+ @vz=SiSU_Viz::Defaults.new
@data_new=[]
url_and_stub=SiSU_Env::InfoEnv.new.url
@output_url="#{url_and_stub.remote}"
@@ -281,7 +281,7 @@ module SiSU_DAL_Syntax
and @md.make.bold[:regx] #document header: @bold: [bold word list]
w=w.gsub(@md.make.bold[:regx],"#{Mx[:fa_bold_o]}\\1#{Mx[:fa_bold_c]}")
elsif defined? @vz.markup_make_bold \
- and @vz.markup_make_bold #defaults and skin adjusted bold word list
+ and @vz.markup_make_bold #defaults adjusted bold word list
w=w.gsub(@vz.markup_make_bold,"#{Mx[:fa_bold_o]}\\1#{Mx[:fa_bold_c]}")
end
else