diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v5/sysenv.rb | 5 | ||||
| -rw-r--r-- | lib/sisu/v6/sysenv.rb | 5 | 
2 files changed, 8 insertions, 2 deletions
| diff --git a/lib/sisu/v5/sysenv.rb b/lib/sisu/v5/sysenv.rb index f2b5bd27..537e52ca 100644 --- a/lib/sisu/v5/sysenv.rb +++ b/lib/sisu/v5/sysenv.rb @@ -5201,7 +5201,10 @@ WOK          fh=default_hash_build(fh,Sfx[:html])          fh[:lng]=lang_code?(fh[:lng])          fnh=if output_dir_structure.dump_or_redirect? -          @md.fnb + '.concordance' + ft +          { +            fn: 'concordance', +            ft: fh[:ft], +          }          else            {              fn: 'concordance', diff --git a/lib/sisu/v6/sysenv.rb b/lib/sisu/v6/sysenv.rb index db1bdc91..60d963dc 100644 --- a/lib/sisu/v6/sysenv.rb +++ b/lib/sisu/v6/sysenv.rb @@ -5201,7 +5201,10 @@ WOK          fh=default_hash_build(fh,Sfx[:html])          fh[:lng]=lang_code?(fh[:lng])          fnh=if output_dir_structure.dump_or_redirect? -          @md.fnb + '.concordance' + ft +          { +            fn: 'concordance', +            ft: fh[:ft], +          }          else            {              fn: 'concordance', | 
