svn commit: r50341 - head/share/xml
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wblock
Date: Fri Jun 9 00:23:38 2017
New Revision: 50341
URL: https://svnweb.freebsd.org/changeset/doc/50341
Log:
Correctly show version information.
Modified:
head/share/xml/freebsd-common.xsl
Modified: head/share/xml/freebsd-common.xsl
==============================================================================
--- head/share/xml/freebsd-common.xsl Fri Jun 9 00:00:29 2017 (r50340)
+++ head/share/xml/freebsd-common.xsl Fri Jun 9 00:23:38 2017 (r50341)
@@ -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">
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"