Skip to content

Commit 90bc4b5

Browse files
committed
Fix Issue #266
1 parent f29eabe commit 90bc4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/html/method.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<xsl:template match="/">
2222
<html lang="en">
2323
<xsl:call-template name="head">
24-
<xsl:with-param name="title" select="'Test Method'" />
24+
<xsl:with-param name="title" select="concat($unit/@full, '::', $methodName)" />
2525
</xsl:call-template>
2626
<body>
2727
<xsl:call-template name="nav" />

0 commit comments

Comments
 (0)