Skip to content

Commit

Permalink
Fix Issue #266
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Mar 11, 2016
1 parent f29eabe commit 90bc4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/html/method.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<xsl:template match="/">
<html lang="en">
<xsl:call-template name="head">
<xsl:with-param name="title" select="'Test Method'" />
<xsl:with-param name="title" select="concat($unit/@full, '::', $methodName)" />
</xsl:call-template>
<body>
<xsl:call-template name="nav" />
Expand Down

0 comments on commit 90bc4b5

Please sign in to comment.