svn commit: r43538 - head/share/xml

Sergey Kandaurov pluknet at FreeBSD.org
Wed Jan 15 15:51:43 UTC 2014


Author: pluknet
Date: Wed Jan 15 15:51:43 2014
New Revision: 43538
URL: http://svnweb.freebsd.org/changeset/doc/43538

Log:
  Adjust the number of Security Advisories on the front page.
  
  So that all the recently released security advisories are shown.

Modified:
  head/share/xml/libcommon.xsl

Modified: head/share/xml/libcommon.xsl
==============================================================================
--- head/share/xml/libcommon.xsl	Wed Jan 15 10:10:27 2014	(r43537)
+++ head/share/xml/libcommon.xsl	Wed Jan 15 15:51:43 2014	(r43538)
@@ -867,7 +867,7 @@
 
     <xsl:choose>
       <xsl:when test="$type = 'advisory'">
-	<xsl:for-each select="document($advisories.xml)/descendant::advisory[position() <= 3]">
+	<xsl:for-each select="document($advisories.xml)/descendant::advisory[position() <= 4]">
 	  <xsl:variable name="year" select="../../../name" />
           <xsl:variable name="month" select="../../name" />
           <xsl:variable name="day" select="../name" />


More information about the svn-doc-all mailing list