diff options
author | Ruslan Ermilov <ru@nginx.com> | 2011-08-09 15:15:36 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2011-08-09 15:15:36 +0000 |
commit | b0067b68537de308656799f795ab74401125b7e2 (patch) | |
tree | 8344c105ac5d1a3a32c2cf53fdf990e9e4aa31fc /docs/xslt/module.xslt | |
parent | aa64c39b20c2e4d77392d9de4abf79a4c242a579 (diff) | |
download | nginx-b0067b68537de308656799f795ab74401125b7e2.tar.gz nginx-b0067b68537de308656799f795ab74401125b7e2.zip |
Regen after makefile changes.
Diffstat (limited to 'docs/xslt/module.xslt')
-rw-r--r-- | docs/xslt/module.xslt | 20 |
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> |