aboutsummaryrefslogtreecommitdiff
path: root/docs/xslt/module.xslt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-09-05 09:33:54 +0000
committerRuslan Ermilov <ru@nginx.com>2011-09-05 09:33:54 +0000
commit52d83a3c4af2f015fc56e5a97113e919844fa069 (patch)
treee4c3f77a2d0669f46e9cb10ec5b16d79461773b2 /docs/xslt/module.xslt
parentcd7b80a8bb8dd6eb3773e53e2b16441bf1670664 (diff)
downloadnginx-52d83a3c4af2f015fc56e5a97113e919844fa069.tar.gz
nginx-52d83a3c4af2f015fc56e5a97113e919844fa069.zip
XSLT regeneration for the previous commit.
Diffstat (limited to 'docs/xslt/module.xslt')
-rw-r--r--docs/xslt/module.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xslt/module.xslt b/docs/xslt/module.xslt
index b9e041ce9..d48ec97a9 100644
--- a/docs/xslt/module.xslt
+++ b/docs/xslt/module.xslt
@@ -7,7 +7,7 @@
<xsl:param select="'../xml'" name="XML"/>
- <xsl:variable select="/module/@link" name="LINK"/>
+ <xsl:variable select="/module/@id" name="ID"/>
<xsl:include href="directive.xslt"/>
@@ -19,7 +19,7 @@
<head>
<title>
- <xsl:value-of select="@title"/>
+ <xsl:value-of select="@name"/>
</title>
</head>