summaryrefslogtreecommitdiff
path: root/fo/fo.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'fo/fo.xsl')
-rw-r--r--fo/fo.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fo/fo.xsl b/fo/fo.xsl
index 854098f..d3f2285 100644
--- a/fo/fo.xsl
+++ b/fo/fo.xsl
@@ -4,7 +4,7 @@
version='1.0'>
<!-- ********************************************************************
- $Id: fo.xsl 8287 2009-03-06 23:53:33Z bobstayton $
+ $Id: fo.xsl 9720 2013-01-31 18:24:47Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -93,11 +93,11 @@
</xsl:variable>
<xsl:choose>
- <xsl:when test="$dingbat.font.family = ''">
+ <xsl:when test="$dingbat.fontset = ''">
<xsl:copy-of select="$symbol"/>
</xsl:when>
<xsl:otherwise>
- <fo:inline font-family="{$dingbat.font.family}">
+ <fo:inline font-family="{$dingbat.fontset}">
<xsl:copy-of select="$symbol"/>
</fo:inline>
</xsl:otherwise>