summaryrefslogtreecommitdiff
path: root/fo/ebnf.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'fo/ebnf.xsl')
-rw-r--r--fo/ebnf.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fo/ebnf.xsl b/fo/ebnf.xsl
index 09dcb11..27847aa 100644
--- a/fo/ebnf.xsl
+++ b/fo/ebnf.xsl
@@ -6,7 +6,7 @@
version='1.0'>
<!-- ********************************************************************
- $Id: ebnf.xsl 6910 2007-06-28 23:23:30Z xmldoc $
+ $Id: ebnf.xsl 9664 2012-11-07 20:02:17Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -18,7 +18,7 @@
<doc:reference xmlns="">
<referenceinfo>
<releaseinfo role="meta">
-$Id: ebnf.xsl 6910 2007-06-28 23:23:30Z xmldoc $
+$Id: ebnf.xsl 9664 2012-11-07 20:02:17Z bobstayton $
</releaseinfo>
<author><surname>Walsh</surname>
<firstname>Norman</firstname></author>
@@ -99,7 +99,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
<fo:table-cell>
<fo:block text-align="start">
<xsl:text>[</xsl:text>
- <xsl:number count="production" level="any"/>
+ <xsl:apply-templates select="." mode="label.markup"/>
<xsl:text>]</xsl:text>
</fo:block>
</fo:table-cell>