[yelp-xsl] html.xsl: Call html.lang.attrs on body



commit 7217e19c442af97b11dc5d65c3c9b53d6abbe2db
Author: Shaun McCance <shaunm gnome org>
Date:   Thu Jan 19 09:03:29 2012 -0500

    html.xsl: Call html.lang.attrs on body

 xslt/common/html.xsl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 50c65e0..dad9ea1 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -258,6 +258,9 @@ as ${node} to this template.
       </xsl:call-template>
     </head>
     <body>
+      <xsl:call-template name="html.lang.attrs">
+        <xsl:with-param name="node" select="$node"/>
+      </xsl:call-template>
       <xsl:apply-templates mode="html.body.attr.mode" select="$node"/>
       <xsl:call-template name="html.top.custom">
         <xsl:with-param name="node" select="$node"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]