diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-02-05 18:38:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-02-05 18:38:18 -0500 |
commit | 9f8f2879231f7ffa5fa1906babd31ea6af88331a (patch) | |
tree | f819b41031608703385f02d1532598ee40dcb477 /lib/sisu/v6/sysenv.rb | |
parent | debian/changelog (5.3.1-1) (diff) | |
parent | manual Rakefile, README & minor config adjustment (diff) |
Merge tag 'sisu_5.3.2' into debian/sid
SiSU 5.3.2
Diffstat (limited to 'lib/sisu/v6/sysenv.rb')
-rw-r--r-- | lib/sisu/v6/sysenv.rb | 5 |
1 files changed, 4 insertions, 1 deletions
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', |