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:
parent
e5e9467fab
commit
6112648fad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43538
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue