Correctly show version information.

This commit is contained in:
Warren Block 2017-06-09 00:23:38 +00:00
parent 67baa6b27d
commit 74d3acde98
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50341

View file

@ -51,21 +51,11 @@
<xsl:template name="titlepage.pubdate">
<xsl:variable name="pubdate">
<xsl:choose>
<xsl:when test="contains(., '$FreeBSD')">
<xsl:value-of select="$latestrevision.timestamp"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="$latestrevision.timestamp"/>
</xsl:variable>
<xsl:variable name="committer">
<xsl:if test="contains(., '$FreeBSD')">
<xsl:value-of select="$latestrevision.committer"/>
</xsl:if>
<xsl:value-of select="$latestrevision.committer"/>
</xsl:variable>
<xsl:call-template name="gentext">