aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/qrcode.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-09-13 19:29:10 -0400
committerRalph Amissah <ralph@amissah.com>2011-09-13 19:29:10 -0400
commitce02177eb0a7a053e9eeebc965dbee9bbfda101e (patch)
tree0cb1f18b66f70706c2da8eade87bc8e394b76c06 /lib/sisu/v3/qrcode.rb
parentdebian/changelog (3.0.17-1) (diff)
parentv3: epub (diff)
Merge commit 'sisu-3.0.18' into debian/sid
Diffstat (limited to 'lib/sisu/v3/qrcode.rb')
-rw-r--r--lib/sisu/v3/qrcode.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3/qrcode.rb b/lib/sisu/v3/qrcode.rb
index fe9ca432..e244231e 100644
--- a/lib/sisu/v3/qrcode.rb
+++ b/lib/sisu/v3/qrcode.rb
@@ -709,9 +709,9 @@ WOK
@en_manifest=if @env.output_dir_structure.by_language_code?
"#{url}/en/manifest/#{@md.fnb}.html"
elsif @env.output_dir_structure.by_filetype?
- "#{url}/manifest/#{@md.fnb}.#{lc}.html"
+ "#{url}/manifest/#{@md.fnb}.#{@md.opt.lng}.html"
else
- "#{url}/sisu_manifest.#{lc}.html"
+ "#{url}/sisu_manifest.#{@md.opt.lng}.html"
end
@manifest[:txt] <<<<WOK
#{@translate.manifest_description_metadata}