]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix a longstanding bug, "gentext" for "bookinfo/pubdate|info/pubdate" should
authorDongsheng Song <dongsheng.song@gmail.com>
Fri, 14 Nov 2008 03:35:52 +0000 (03:35 +0000)
committerDongsheng Song <dongsheng.song@gmail.com>
Fri, 14 Nov 2008 03:35:52 +0000 (03:35 +0000)
map to 'pubdate', not 'published'!

This bug exist since initial checkin by nwalsh, all languages except english
affected, I'm very surprised why no one complain it yet!

xsl/fo/titlepage.xsl

index 55ac5eb4ac0b0839f4fc547022b6039661bcfbdd..9f3c4cdda62726ab4398e2c7ec2ea37412c8bd5b 100644 (file)
               mode="titlepage.mode" priority="2">
   <fo:block>
     <xsl:call-template name="gentext">
-      <xsl:with-param name="key" select="'published'"/>
+      <xsl:with-param name="key" select="'pubdate'"/>
     </xsl:call-template>
     <xsl:text> </xsl:text>
     <xsl:apply-templates mode="titlepage.mode"/>