diff options
author | Alex Legler <a3li@gentoo.org> | 2015-03-14 19:24:57 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2015-03-14 19:24:57 +0000 |
commit | 059e0affa1afbc8c54638eea4b58369b1e9f037a (patch) | |
tree | b4a3be54624f17c7df5d12ed456fe6694f0828ce /xml | |
parent | Moved to wiki (diff) | |
download | gentoo-059e0affa1afbc8c54638eea4b58369b1e9f037a.tar.gz gentoo-059e0affa1afbc8c54638eea4b58369b1e9f037a.tar.bz2 gentoo-059e0affa1afbc8c54638eea4b58369b1e9f037a.zip |
Disable GLSA parsing (hopefully)
Diffstat (limited to 'xml')
-rw-r--r-- | xml/htdocs/xsl/guide.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/htdocs/xsl/guide.xsl b/xml/htdocs/xsl/guide.xsl index 5339715d5a..ed971b8ec7 100644 --- a/xml/htdocs/xsl/guide.xsl +++ b/xml/htdocs/xsl/guide.xsl @@ -422,7 +422,8 @@ </xsl:for-each> <!-- GLSAs from my own glsa-index.xml, i.e. not Gentoo's --> - <xsl:for-each select="$GLSAs//glsa"> + <!-- XPATH shouldn't find anything, hence disabling GLSA parsing --> + <xsl:for-each select="$GLSAs//glsaDISABLED"> <!-- <xsl:sort select="date" order="descending"/> Can't sort on English dates, they should be sorted in the source file --> <xsl:if test="position() <=$newsitemcount"> <!-- convert bloody dates like 'July 29, 2006: 02' to YYYY-MM-DD --> |