From 8b03a81dac6e1c2504dc91de56964ae66cccf1aa Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Sun, 13 Jan 2002 19:06:00 +0000 Subject: [PATCH] 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 --- src/etc/junit-frames.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/junit-frames.xsl b/src/etc/junit-frames.xsl index 065f99372..f1b903777 100644 --- a/src/etc/junit-frames.xsl +++ b/src/etc/junit-frames.xsl @@ -393,6 +393,7 @@ h6 { + open('allclasses-frame.html','classListFrame')

Summary