Browse Source

Fix for Bug#5828. Clicking on the "Home" link now brings the class list back to the main page also.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270743 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
8b03a81dac
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/etc/junit-frames.xsl

+ 1
- 0
src/etc/junit-frames.xsl View File

@@ -393,6 +393,7 @@ h6 {
</xsl:call-template>
</head>
<body>
<xsl:attribute name="onload">open('allclasses-frame.html','classListFrame')</xsl:attribute>
<xsl:call-template name="pageHeader"/>
<h2>Summary</h2>
<xsl:variable name="testCount" select="sum(testsuite/@tests)"/>


Loading…
Cancel
Save