aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/html_segments.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v4/html_segments.rb')
-rw-r--r--lib/sisu/v4/html_segments.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sisu/v4/html_segments.rb b/lib/sisu/v4/html_segments.rb
index 97334023..d83e7d5f 100644
--- a/lib/sisu/v4/html_segments.rb
+++ b/lib/sisu/v4/html_segments.rb
@@ -211,7 +211,11 @@ module SiSU_HTML_Seg
m=$1
if map_nametags[m] \
and map_nametags[m][:segname]
- dob.obj.sub!(/href="#{Xx[:segment]}#+(\S+?)"/,%{href="#{map_nametags[m][:segname]}#{Sfx[:html]}#\\1"})
+ inf=SiSU_Env::FileOp.new(@md) if @md
+ lng=(inf.output_dir_structure.by_language_code?) \
+ ? ''
+ : '.' + @md.opt.lng
+ dob.obj.sub!(/href="#{Xx[:segment]}#+(\S+?)"/,%{href="#{map_nametags[m][:segname]}#{lng}#{Sfx[:html]}#\\1"})
else
p "NOT FOUND name_tags: #{m}"
dob.obj.sub!(/href="#{Xx[:segment]}#+(\S+?)"/,%{href="#\\1"}) # not satisfactory