[yelp-xsl] html.xsl: Call html.lang.attrs on body
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] html.xsl: Call html.lang.attrs on body
- Date: Thu, 19 Jan 2012 15:25:00 +0000 (UTC)
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]