diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-03-13 22:12:26 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-03-13 22:12:26 -0400 |
commit | 7e0877dcbff51b68752286516f045b8abdb47443 (patch) | |
tree | 41905d73ed77be6e7231ddc646e26bb2b36f5c88 /lib/sisu/v4/xml_dom.rb | |
parent | debian/changelog (4.0.12-1) (diff) | |
parent | v4: version & changelog, dates touched (diff) |
Merge tag 'sisu_4.0.13' into debian/sid
SiSU 4.0.13
Diffstat (limited to 'lib/sisu/v4/xml_dom.rb')
-rw-r--r-- | lib/sisu/v4/xml_dom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v4/xml_dom.rb b/lib/sisu/v4/xml_dom.rb index 822566db..a5aafd03 100644 --- a/lib/sisu/v4/xml_dom.rb +++ b/lib/sisu/v4/xml_dom.rb @@ -92,7 +92,7 @@ module SiSU_XML_DOM else "[#{@opt.f_pth[:lng_is]}] #{@opt.fno}" end @opt.cmd=~/[MVvz]/ \ - ? SiSU_Screen::Ansi.new(@opt.cmd,'invert','XML DOM',tool).colorize + ? SiSU_Screen::Ansi.new(@opt.cmd,'XML DOM',tool).green_hi_blue : SiSU_Screen::Ansi.new(@opt.cmd,'XML DOM',tool).green_title_hi SiSU_Screen::Ansi.new(@opt.cmd,@opt.fns,"file://#{@md.file.output_path.xml_dom.dir}/#{@md.file.base_filename.xml_dom}").flow if @opt.cmd =~/[MV]/ end |