diff options
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> |