mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
docbook-layout.xsl: Use xsl::apply-imports instead of calling
calsTable directly. [SVN r22559]
This commit is contained in:
parent
d001f99756
commit
d5f17e3c17
@ -27,7 +27,7 @@
|
||||
<xsl:template match = "table|informaltable">
|
||||
<xsl:choose>
|
||||
<xsl:when test = "self::table and tgroup|mediaobject|graphic">
|
||||
<xsl:call-template name = "calsTable"/>
|
||||
<xsl:apply-imports/>
|
||||
</xsl:when><xsl:when test = "self::informaltable and tgroup|mediaobject|graphic">
|
||||
<xsl:call-template name = "informal.object">
|
||||
<xsl:with-param name = "class"><xsl:choose>
|
||||
|
Loading…
x
Reference in New Issue
Block a user