[nginx-site] Regenerated.

Maxim Dounin mdounin at mdounin.ru
Wed Jul 9 03:20:15 UTC 2025


details:   http://freenginx.org/hg/nginx-site/rev/ce5de7d6dccd
branches:  
changeset: 3113:ce5de7d6dccd
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Jul 08 21:09:40 2025 +0300
description:
Regenerated.

diffstat:

 xslt/varindex.xslt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/xslt/varindex.xslt b/xslt/varindex.xslt
--- a/xslt/varindex.xslt
+++ b/xslt/varindex.xslt
@@ -30,7 +30,7 @@
 
 <xsl:template match="module">
     <xsl:variable select="@name" name="module"/>
-    <xsl:for-each select="document(@name)//tag-name/var">
+    <xsl:for-each select="document(@name)//tag-name[@id]/var">
         <link doc="{$module}" id="{../@id}"><xsl:apply-templates/></link>
     </xsl:for-each>
 </xsl:template>


More information about the nginx-devel mailing list