Date: Wed, 15 Jan 2014 15:51:43 +0000 (UTC) From: Sergey Kandaurov <pluknet@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43538 - head/share/xml Message-ID: <201401151551.s0FFphNn003557@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" />
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401151551.s0FFphNn003557>