aboutsummaryrefslogtreecommitdiff
path: root/docs/xslt/module.xslt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-08-09 15:15:36 +0000
committerRuslan Ermilov <ru@nginx.com>2011-08-09 15:15:36 +0000
commitb0067b68537de308656799f795ab74401125b7e2 (patch)
tree8344c105ac5d1a3a32c2cf53fdf990e9e4aa31fc /docs/xslt/module.xslt
parentaa64c39b20c2e4d77392d9de4abf79a4c242a579 (diff)
downloadnginx-b0067b68537de308656799f795ab74401125b7e2.tar.gz
nginx-b0067b68537de308656799f795ab74401125b7e2.zip
Regen after makefile changes.
Diffstat (limited to 'docs/xslt/module.xslt')
-rw-r--r--docs/xslt/module.xslt20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/xslt/module.xslt b/docs/xslt/module.xslt
index c98ca697d..b9e041ce9 100644
--- a/docs/xslt/module.xslt
+++ b/docs/xslt/module.xslt
@@ -10,25 +10,27 @@
<xsl:variable select="/module/@link" name="LINK"/>
<xsl:include href="directive.xslt"/>
+
<xsl:include href="content.xslt"/>
-
+
<xsl:template match="/module">
-
+
<html>
<head>
-
+
<title>
- <xsl:value-of select="@title"/>
+ <xsl:value-of select="@title"/>
</title>
-
+
</head>
-
+
<body>
<xsl:apply-templates/>
-
+
</body>
-
+
</html>
</xsl:template>
-</xsl:stylesheet> \ No newline at end of file
+
+</xsl:stylesheet>