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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v6/harvest_authors.rb b/lib/sisu/v6/harvest_authors.rb
index 762545c6..b27cf599 100644
--- a/lib/sisu/v6/harvest_authors.rb
+++ b/lib/sisu/v6/harvest_authors.rb
@@ -433,9 +433,9 @@ WOK
manifest_at=if @env.output_dir_structure.by? == :language
i[:file] + Sfx[:html]
elsif @env.output_dir_structure.by? == :filetype
- i[:file] + '.' + lang_code_insert + Sfx[:html]
+ i[:file] + lang_code_insert + Sfx[:html]
elsif @env.output_dir_structure.by? == :filename
- "./#{i[:file]}/#{i[:page]}"
+ './' + i[:file] + '/' + i[:page]
else '' #error
end
work=[