svn commit: r43617 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Kovesdan gabor at FreeBSD.org
Tue Jan 21 15:06:30 UTC 2014


Author: gabor
Date: Tue Jan 21 15:06:29 2014
New Revision: 43617
URL: http://svnweb.freebsd.org/changeset/doc/43617

Log:
  - Use serial comma as fdp-primer requires it
  - s/was/is/ because it fits better work-in-progress projects
  
  Discussed with:	pgj, theraven

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report.xsl

Modified: head/en_US.ISO8859-1/htdocs/news/status/report.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report.xsl	Tue Jan 21 13:59:06 2014	(r43616)
+++ head/en_US.ISO8859-1/htdocs/news/status/report.xsl	Tue Jan 21 15:06:29 2014	(r43617)
@@ -99,14 +99,14 @@
 	  <xsl:value-of select="."/>
 	  <xsl:choose>
 	    <xsl:when test="position() = last()">.</xsl:when>
-	    <xsl:when test="position() = (last() - 1)"> and </xsl:when>
+	    <xsl:when test="position() = (last() - 1)">, and </xsl:when>
 	    <xsl:when test="position() < (last() - 1)">, </xsl:when>
 	    <xsl:otherwise>.</xsl:otherwise>
 	  </xsl:choose>
 	</xsl:for-each>
       </xsl:variable>
 
-      <p>This project was sponsored by <xsl:value-of select="$sponsors"/></p>
+      <p>This project is sponsored by <xsl:value-of select="$sponsors"/></p>
     </xsl:if>
 
     <xsl:apply-templates select="help"/>


More information about the svn-doc-all mailing list