changeset 9216:de20142f5046

Free nginx: regenerated changes.xslt after previous commit.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 19 Feb 2024 03:13:42 +0300
parents e79c7521aaf4
children 6765e5f6d991
files docs/xslt/changes.xslt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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>&#10;</xsl:text>
 
     <xsl:value-of select="substring(concat($conf/changes[@lang=$lang]/title,
-                       //change_log/@title,
+                       ../@title,
                        ' ', @ver,
                        '                                                    '),
                 1, $conf/changes[@lang=$lang]/length)"/>