[PATCH 5 of 5] Free nginx: regenerated changes.xslt after previous commit
Maxim Dounin
mdounin at mdounin.ru
Mon Feb 19 13:46:50 UTC 2024
# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1708301622 -10800
# Mon Feb 19 03:13:42 2024 +0300
# Node ID de20142f5046fe3a167aa4e9edfd6bd76cbc25ce
# Parent e79c7521aaf4dfef1febc52b9deb95a4b6bd87b0
Free nginx: regenerated changes.xslt after previous commit.
diff --git a/docs/xslt/changes.xslt b/docs/xslt/changes.xslt
--- a/docs/xslt/changes.xslt
+++ b/docs/xslt/changes.xslt
@@ -14,14 +14,15 @@
<xsl:template match="/"> <xsl:apply-templates select="change_log"/> </xsl:template>
-<xsl:template match="change_log"> <xsl:apply-templates select="changes"/> </xsl:template>
+<xsl:template match="change_log"> <xsl:apply-templates select="section"/> </xsl:template>
+<xsl:template match="section"> <xsl:apply-templates select="changes"/> </xsl:template>
<xsl:template match="changes">
<xsl:text>
</xsl:text>
<xsl:value-of select="substring(concat($conf/changes[@lang=$lang]/title,
- //change_log/@title,
+ ../@title,
' ', @ver,
' '),
1, $conf/changes[@lang=$lang]/length)"/>
More information about the nginx-devel
mailing list