diff options
Diffstat (limited to 'docs/xslt/module.xslt')
-rw-r--r-- | docs/xslt/module.xslt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xslt/module.xslt b/docs/xslt/module.xslt index b9e041ce9..d48ec97a9 100644 --- a/docs/xslt/module.xslt +++ b/docs/xslt/module.xslt @@ -7,7 +7,7 @@ <xsl:param select="'../xml'" name="XML"/> - <xsl:variable select="/module/@link" name="LINK"/> + <xsl:variable select="/module/@id" name="ID"/> <xsl:include href="directive.xslt"/> @@ -19,7 +19,7 @@ <head> <title> - <xsl:value-of select="@title"/> + <xsl:value-of select="@name"/> </title> </head> |