diff options
author | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:33:25 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2011-09-15 08:33:25 +0000 |
commit | 1ebdcd1d90f63201660026950d2169f4fb1dc20f (patch) | |
tree | 291d597ea8421cf98fafbfc6cb98503cc16a2d50 /docs/xslt/module.xslt | |
parent | 2a46092c5ad4c647f0df4bc58795ed744e8252eb (diff) | |
download | nginx-1ebdcd1d90f63201660026950d2169f4fb1dc20f.tar.gz nginx-1ebdcd1d90f63201660026950d2169f4fb1dc20f.zip |
Regenerated after previous commit.
Diffstat (limited to 'docs/xslt/module.xslt')
-rw-r--r-- | docs/xslt/module.xslt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/xslt/module.xslt b/docs/xslt/module.xslt index d48ec97a9..ca29948f6 100644 --- a/docs/xslt/module.xslt +++ b/docs/xslt/module.xslt @@ -26,6 +26,12 @@ <body> + <center> + <h3> + <xsl:value-of select="@name"/> + </h3> + </center> + <xsl:apply-templates/> </body> |