diff options
Diffstat (limited to 'stylesheets/pdf/lfs-admon.xsl')
-rw-r--r-- | stylesheets/pdf/lfs-admon.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/pdf/lfs-admon.xsl b/stylesheets/pdf/lfs-admon.xsl index 44d7b011f..2872055fb 100644 --- a/stylesheets/pdf/lfs-admon.xsl +++ b/stylesheets/pdf/lfs-admon.xsl @@ -52,7 +52,7 @@ <xsl:call-template name="object.id"/> </xsl:variable> <xsl:variable name="graphic.width"> - <xsl:call-template name="admon.graphic.width"/> + <xsl:apply-templates select="." mode="admon.graphic.width"/> </xsl:variable> <fo:block id="{$id}"> <fo:list-block provisional-distance-between-starts="{$graphic.width} + 18pt" |