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