diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-08-08 00:10:33 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-08-08 00:10:33 -0400 |
commit | bab4ecc57278acd7a0b3fdd370f0a6d73241f01c (patch) | |
tree | 2bae443d1b394b8426c404bd57fde790b50caa88 /lib/sisu/v5/html_segments.rb | |
parent | v4 v5: version & changelog (diff) |
v5: output structure by, multilingual, monolingual filenames tweak
Diffstat (limited to 'lib/sisu/v5/html_segments.rb')
-rw-r--r-- | lib/sisu/v5/html_segments.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sisu/v5/html_segments.rb b/lib/sisu/v5/html_segments.rb index ec604327..9e555ad0 100644 --- a/lib/sisu/v5/html_segments.rb +++ b/lib/sisu/v5/html_segments.rb @@ -275,7 +275,6 @@ module SiSU_HTML_Seg SiSU_HTML_Seg::Seg.new(@md).tail fnh={ fn: @@seg_name_html[tracking-1], - lng: @md.lang_code_insert } fn=@md.file.base_filename.html_seg(fnh) segfilename="#{@file.output_path.html_seg.dir}/#{fn}" @@ -305,7 +304,6 @@ module SiSU_HTML_Seg if @@seg_name_html[tracking] =='metadata' # this is for metadata fnh={ fn: @@seg_name_html[tracking], - lng: @md.lang_code_insert } fn=@md.file.base_filename.html_seg(fnh) segfilename="#{@file.output_path.html_seg.dir}/#{fn}" |