aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2014-01-15 15:51:43 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2014-01-15 15:51:43 +0000
commit6112648fad8da5fa78291977a173b900a5d0e22c (patch)
tree8bc917e2d06a5512c9680b4f18548670b605d4ac /share
parente5e9467fab180ae81957da0b29f1afcd8d5c063d (diff)
downloaddoc-6112648fad8da5fa78291977a173b900a5d0e22c.tar.gz
doc-6112648fad8da5fa78291977a173b900a5d0e22c.zip
Adjust the number of Security Advisories on the front page.
So that all the recently released security advisories are shown.
Notes
Notes: svn path=/head/; revision=43538
Diffstat (limited to 'share')
-rw-r--r--share/xml/libcommon.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/xml/libcommon.xsl b/share/xml/libcommon.xsl
index f07a601c5c..db41e01414 100644
--- a/share/xml/libcommon.xsl
+++ b/share/xml/libcommon.xsl
@@ -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" />