[nginx] Free nginx: regenerated changes.xslt after previous commit.
Maxim Dounin
mdounin at mdounin.ru
Tue Feb 20 14:09:09 UTC 2024
details: http://freenginx.org/hg/nginx/rev/de20142f5046
branches:
changeset: 9216:de20142f5046
user: Maxim Dounin <mdounin at mdounin.ru>
date: Mon Feb 19 03:13:42 2024 +0300
description:
Free nginx: regenerated changes.xslt after previous commit.
diffstat:
docs/xslt/changes.xslt | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
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