Adjust the number of Security Advisories on the front page.

So that all the recently released security advisories are shown.
This commit is contained in:
Sergey Kandaurov 2014-01-15 15:51:43 +00:00
parent e5e9467fab
commit 6112648fad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43538

View file

@ -867,7 +867,7 @@
<xsl:choose>
<xsl:when test="$type = 'advisory'">
<xsl:for-each select="document($advisories.xml)/descendant::advisory[position() &lt;= 3]">
<xsl:for-each select="document($advisories.xml)/descendant::advisory[position() &lt;= 4]">
<xsl:variable name="year" select="../../../name" />
<xsl:variable name="month" select="../../name" />
<xsl:variable name="day" select="../name" />