Browse Source

fixed copyright and footer

pull/1/head
Thomas Risberg 15 years ago
parent
commit
d250019ec3
  1. 4
      src/docbkx/resources/xsl/fopdf.xsl

4
src/docbkx/resources/xsl/fopdf.xsl

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
<fo:table-row>
<fo:table-cell text-align="center">
<fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
<xsl:text>Copyright &#xA9; 2005-2007 </xsl:text>
<xsl:text>Copyright &#xA9; 2010 </xsl:text>
<xsl:for-each select="bookinfo/authorgroup/author">
<xsl:if test="position() > 1">
<xsl:text>, </xsl:text>
@ -100,7 +100,7 @@ @@ -100,7 +100,7 @@
<xsl:param name="gentext-key" select="''"/>
<xsl:variable name="Version">
<xsl:if test="//releaseinfo">
<xsl:text>Spring-WS (</xsl:text>
<xsl:text>Spring Datastore Document (</xsl:text>
<xsl:value-of select="//releaseinfo"/>
<xsl:text>)</xsl:text>
</xsl:if>

Loading…
Cancel
Save