summaryrefslogtreecommitdiff
path: root/xslt/common/html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/common/html.xsl')
-rw-r--r--xslt/common/html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 8b7fe3f0..272c3835 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -365,7 +365,7 @@ as $node to this template. Importing stylesheets should also implement
{html.header.mode} to output link trails and {html.footer.mode} to output
credits and other page information.
-This template outputs the HTML `body` element, which takes it attributes
+This template outputs the HTML `body` element, which takes its attributes
from two sources. First, it calls {html.lang.attrs}, which automatically
outputs correct `lang`, `xml:lang`, and `dir` attributes. It then calls
{html.body.attr.mode} on $node for additional attributes.