aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/harvest_authors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v6/harvest_authors.rb')
-rw-r--r--lib/sisu/v6/harvest_authors.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sisu/v6/harvest_authors.rb b/lib/sisu/v6/harvest_authors.rb
index 4bbd1351..c84634b5 100644
--- a/lib/sisu/v6/harvest_authors.rb
+++ b/lib/sisu/v6/harvest_authors.rb
@@ -202,7 +202,11 @@ module SiSU_HarvestAuthors
|| @opt.act[:verbose_plus][:set]==:on \
|| @opt.act[:maintenance][:set]==:on) \
? ("file://#{file}") : ''
- SiSU_Screen::Ansi.new(@opt.act[:color_state][:set],"harvest authors (#{@opt.files.length} files)",fileinfo).dark_grey_title_hi unless @opt.act[:quiet][:set]==:on
+ SiSU_Screen::Ansi.new(
+ @opt.act[:color_state][:set],
+ "harvest authors (#{@opt.files.length} files)",
+ fileinfo
+ ).dark_grey_title_hi unless @opt.act[:quiet][:set]==:on
@output[lng][:html]=File.new(file,'w')
end
end