summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2015-03-14 19:24:57 +0000
committerAlex Legler <a3li@gentoo.org>2015-03-14 19:24:57 +0000
commit059e0affa1afbc8c54638eea4b58369b1e9f037a (patch)
treeb4a3be54624f17c7df5d12ed456fe6694f0828ce /xml
parentMoved to wiki (diff)
downloadgentoo-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.xsl3
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() &lt;=$newsitemcount">
<!-- convert bloody dates like 'July 29, 2006: 02' to YYYY-MM-DD -->