summaryrefslogtreecommitdiff
path: root/html/html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'html/html.xsl')
-rw-r--r--html/html.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/html/html.xsl b/html/html.xsl
index 94abe75..f181103 100644
--- a/html/html.xsl
+++ b/html/html.xsl
@@ -3,7 +3,7 @@
version='1.0'>
<!-- ********************************************************************
- $Id: html.xsl 9306 2012-04-28 03:49:00Z bobstayton $
+ $Id: html.xsl 9772 2013-05-15 08:05:56Z kosek $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -366,6 +366,9 @@
<xsl:apply-templates select="." mode="class.attribute">
<xsl:with-param name="class" select="$class"/>
</xsl:apply-templates>
+ <xsl:call-template name="its.attributes">
+ <xsl:with-param name="inherit" select="$inherit"/>
+ </xsl:call-template>
</xsl:template>
<!-- Apply common attributes not including class -->
@@ -376,6 +379,7 @@
<xsl:template match="*" mode="locale.html.attributes">
<xsl:call-template name="generate.html.lang"/>
<xsl:call-template name="dir"/>
+ <xsl:call-template name="its.attributes"/>
</xsl:template>
<!-- Pass through any lang attributes -->