aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/html_promo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v6/html_promo.rb')
-rw-r--r--lib/sisu/v6/html_promo.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v6/html_promo.rb b/lib/sisu/v6/html_promo.rb
index c1949aa2..e2832d3c 100644
--- a/lib/sisu/v6/html_promo.rb
+++ b/lib/sisu/v6/html_promo.rb
@@ -417,7 +417,10 @@ WOK
end
end
else
- SiSU_Screen::Ansi.new(@md.opt.act[:color_state][:set],"*WARN* category not found: #{category}").warn unless @md.opt.act[:quiet][:set]==:on
+ SiSU_Screen::Ansi.new(
+ @md.opt.act[:color_state][:set],
+ "*WARN* category not found: #{category}"
+ ).warn unless @md.opt.act[:quiet][:set]==:on
end
adverts.join
end