diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2016-01-28 22:33:37 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2016-01-28 22:33:37 +0000 |
commit | 9d558534b5375ce5de33132aa336cae5ce831f33 (patch) | |
tree | 110884deec4cf5248e03a00acb353282c31884ac /nl_NL.ISO8859-1 | |
parent | fdcf134dfeff89c9e61da3368e28a9f5cd62f075 (diff) | |
download | doc-9d558534b5375ce5de33132aa336cae5ce831f33.tar.gz doc-9d558534b5375ce5de33132aa336cae5ce831f33.zip |
- address old security links being generated prior to 2000
PR: 206271
Reported by: mexas@bris.ac.uk
Approved by: wblock (mentor, doceng), glebius (security)
Differential Revision: https://reviews.freebsd.org/D5073
Notes
Notes:
svn path=/head/; revision=48110
Diffstat (limited to 'nl_NL.ISO8859-1')
-rw-r--r-- | nl_NL.ISO8859-1/share/xml/libcommon.xsl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nl_NL.ISO8859-1/share/xml/libcommon.xsl b/nl_NL.ISO8859-1/share/xml/libcommon.xsl index 6de0a0a8ce..9c9b4b87bb 100644 --- a/nl_NL.ISO8859-1/share/xml/libcommon.xsl +++ b/nl_NL.ISO8859-1/share/xml/libcommon.xsl @@ -197,7 +197,6 @@ <xsl:param name="itemtype" select="''" /> <xsl:param name="itemtype" select="''" /> <xsl:param name="prefix" select="''" /> - <xsl:param name="prefixold" select="''" /> <xsl:if test="$items"> <table> @@ -221,12 +220,6 @@ <xsl:when test="@omithref='yes'"> <xsl:value-of select="name" /> </xsl:when> - <xsl:when test="name/@role='old'"> - <a><xsl:attribute name="href"> - <xsl:value-of select="concat($prefixold, name, '.asc')" /> - </xsl:attribute> - <xsl:value-of select="concat(name, '.asc')" /></a> - </xsl:when> <xsl:otherwise> <a><xsl:attribute name="href"> <xsl:value-of select="concat($prefix, name, '.asc')" /> |