summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-block.xsl
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2008-12-15 19:29:02 +0000
committerShaun McCance <shaunm@src.gnome.org>2008-12-15 19:29:02 +0000
commit305e23ea11d0bf29aedbb5d67e44128e66b225f3 (patch)
tree029db3e4f8413b830321de0f6c2f671f0964647e /xslt/docbook/html/db2html-block.xsl
parentf5f2e85c3989d1ea34fe972869da98d5c91639ae (diff)
downloadgnome-doc-utils-305e23ea11d0bf29aedbb5d67e44128e66b225f3.tar.gz
- More dir attributes
* xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: - More dir attributes svn path=/trunk/; revision=1134
Diffstat (limited to 'xslt/docbook/html/db2html-block.xsl')
-rw-r--r--xslt/docbook/html/db2html-block.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl
index c60e8c2..c8ad957 100644
--- a/xslt/docbook/html/db2html-block.xsl
+++ b/xslt/docbook/html/db2html-block.xsl
@@ -197,7 +197,7 @@ element.
select="not($node/preceding-sibling::*
[not(self::blockinfo) and not(self::title) and
not(self::titleabbrev) and not(self::attribution) ])"/>
- <xsl:param name="lang" select="$title/@lang"/>
+ <xsl:param name="lang" select="$node/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="false()"/>
@@ -257,7 +257,7 @@ This template creates an HTML #{p} element for the given DocBook element.
select="not($node/preceding-sibling::*
[not(self::blockinfo) and not(self::title) and
not(self::titleabbrev) and not(self::attribution) ])"/>
- <xsl:param name="lang" select="$title/@lang"/>
+ <xsl:param name="lang" select="$node/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="false()"/>
@@ -325,7 +325,7 @@ template.
not(self::titleabbrev) and not(self::attribution) ])"/>
<xsl:param name="indent" select="false()"/>
<xsl:param name="children" select="$node/node()"/>
- <xsl:param name="lang" select="$title/@lang"/>
+ <xsl:param name="lang" select="$node/@lang"/>
<xsl:param name="dir" select="false()"/>
<xsl:param name="ltr" select="true()"/>