details: http://freenginx.org/hg/nginx/rev/de20142f5046 branches: changeset: 9216:de20142f5046 user: Maxim Dounin <mdou...@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)"/> -- nginx-devel mailing list nginx-devel@freenginx.org https://freenginx.org/mailman/listinfo/nginx-devel