diff options
Diffstat (limited to 'docs/docbook/xslt/db2latex/para.mod.xsl')
-rw-r--r-- | docs/docbook/xslt/db2latex/para.mod.xsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docbook/xslt/db2latex/para.mod.xsl b/docs/docbook/xslt/db2latex/para.mod.xsl index 9f39916bda..8a02fa5eb3 100644 --- a/docs/docbook/xslt/db2latex/para.mod.xsl +++ b/docs/docbook/xslt/db2latex/para.mod.xsl @@ -1,6 +1,8 @@ <?xml version='1.0'?> <!--############################################################################# +| $Id: para.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $ |- ############################################################################# +| $Author: jelmer $ | | PURPOSE: + ############################################################################## --> @@ -15,6 +17,7 @@ <doc:reference id="para" xmlns=""> <referenceinfo> <releaseinfo role="meta"> + $Id: para.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $ </releaseinfo> <authorgroup> <author> <firstname>Ramon</firstname> <surname>Casellas</surname> </author> @@ -67,5 +70,7 @@ <xsl:template match="step/para"> <xsl:apply-templates/> </xsl:template> <xsl:template match="entry/para"> <xsl:apply-templates/> </xsl:template> <xsl:template match="question/para"> <xsl:apply-templates/> </xsl:template> + <xsl:template match="answer/para"> <xsl:apply-templates/> </xsl:template> + </xsl:stylesheet> |