aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/html_format.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v6/html_format.rb')
-rw-r--r--lib/sisu/v6/html_format.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v6/html_format.rb b/lib/sisu/v6/html_format.rb
index 61fedba1..a8e3fa28 100644
--- a/lib/sisu/v6/html_format.rb
+++ b/lib/sisu/v6/html_format.rb
@@ -422,7 +422,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
@@ -824,7 +824,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)