Hi,

A user requested to backport a trivial fix for a problem, discovered
recently. The change would be:

--- trunk/xsl/fo/titlepage.xsl 2008-11-13 07:47:49 UTC (rev 8161)
+++ trunk/xsl/fo/titlepage.xsl 2008-11-14 03:35:52 UTC (rev 8162)
 <xsl:template match="bookinfo/pubdate|info/pubdate"
               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"/>
   </fo:block>
 </xsl:template>

This currently doesn't fit the guidelines for an update of the package
for Lenny. However, the fix is trivial. Would you allow an update?

Regards, Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to