Got rid of an annoying reference to Spring Security in the PDF XSL. Also adjusted copyright years.

This commit is contained in:
Ulrik Sandberg
2009-01-09 11:30:17 +00:00
parent 07976d0e57
commit d15bb0d955

View File

@@ -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; 2005-2009 </xsl:text>
<xsl:for-each select="bookinfo/authorgroup/author">
<xsl:if test="position() > 1">
<xsl:text>, </xsl:text>
@@ -100,7 +100,7 @@
<xsl:param name="gentext-key" select="''"/>
<xsl:variable name="Version">
<xsl:if test="//releaseinfo">
<xsl:text>Spring Security (</xsl:text>
<xsl:text>Spring LDAP (</xsl:text>
<xsl:value-of select="//releaseinfo"/>
<xsl:text>)</xsl:text>
</xsl:if>