aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/resources/stylesheets/releaseNotes2document.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/resources/stylesheets/releaseNotes2document.xsl')
-rw-r--r--src/documentation/resources/stylesheets/releaseNotes2document.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/resources/stylesheets/releaseNotes2document.xsl b/src/documentation/resources/stylesheets/releaseNotes2document.xsl
index 700f5e317..e87ec4f3a 100644
--- a/src/documentation/resources/stylesheets/releaseNotes2document.xsl
+++ b/src/documentation/resources/stylesheets/releaseNotes2document.xsl
@@ -75,11 +75,11 @@
<note>This is not a complete list of changes, a
full list of changes in this release
<a href="changes_{$versionNumber}.html">is available</a>.</note>
- <xsl:if test="action[@context='code' and @importance='high']">
+ <xsl:if test="action[@context='Code' and @importance='high']">
<section>
<title>Important Changes Code Base</title>
<ul>
- <xsl:apply-templates select="action[@context='code' and @importance='high']">
+ <xsl:apply-templates select="action[@context='Code' and @importance='high']">
<xsl:sort select="@type"/>
</xsl:apply-templates>
</ul>