aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/html_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-12 10:40:09 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-12 10:40:09 -0400
commit710370599b0f3f8c8ce4bc7a1ebcbbc880c9b0f3 (patch)
tree7c1411c696f39d6bbb68f6b812d3e064d8abe33b /lib/sisu/v5/html_format.rb
parentv5 v6: html_format, label, re: object number object names (diff)
v5 v6: html, epub, set document body language
Diffstat (limited to 'lib/sisu/v5/html_format.rb')
-rw-r--r--lib/sisu/v5/html_format.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v5/html_format.rb b/lib/sisu/v5/html_format.rb
index 3cfa9268..75bacdc2 100644
--- a/lib/sisu/v5/html_format.rb
+++ b/lib/sisu/v5/html_format.rb
@@ -421,7 +421,7 @@ WOK
#{rdf.metatag_html}
#{@stylesheet.css_head}
</head>
-#{@vz.color_body}
+<body lang="#{@md.opt.lng}">
<a name="top" id="top"></a>}
end
def concordance
@@ -823,7 +823,7 @@ WOK
#{rdf.metatag_html}
#{@stylesheet.css_head_seg}
</head>
-#{@vz.color_body}
+<body lang="#{@md.opt.lng}">
<a name="top" id="top"></a>}
end
def title_banner(title,subtitle,creator)