Correctly show version information.
This commit is contained in:
parent
67baa6b27d
commit
74d3acde98
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50341
1 changed files with 2 additions and 12 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue