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 | |
parent | 2a46092c5ad4c647f0df4bc58795ed744e8252eb (diff) | |
download | nginx-1ebdcd1d90f63201660026950d2169f4fb1dc20f.tar.gz nginx-1ebdcd1d90f63201660026950d2169f4fb1dc20f.zip |
Regenerated after previous commit.
Diffstat (limited to 'docs/xslt')
-rw-r--r-- | docs/xslt/content.xslt | 2 | ||||
-rw-r--r-- | docs/xslt/module.xslt | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/xslt/content.xslt b/docs/xslt/content.xslt index b7c830777..e6e9da669 100644 --- a/docs/xslt/content.xslt +++ b/docs/xslt/content.xslt @@ -88,7 +88,7 @@ </code> </xsl:template> - <xsl:template match="http-error"> + <xsl:template match="http-status"> <xsl:value-of select="@code"/> <xsl:text> (</xsl:text> 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> |