diff --git a/WHATSNEW b/WHATSNEW
index c76ead598..7780e2e5f 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -224,6 +224,10 @@ Fixed bugs:
* replace would change \r\n into \r\r\n under Windows.
+* junitreport with frames did not display a link for classes without a package
+ or in the top package.
+ Bugzilla Report 21915.
+
Other changes:
--------------
* Six new Clearcase tasks added.
diff --git a/src/etc/junit-frames.xsl b/src/etc/junit-frames.xsl
index bfb4d09d7..4c73a4b1f 100644
--- a/src/etc/junit-frames.xsl
+++ b/src/etc/junit-frames.xsl
@@ -67,6 +67,7 @@
@author Stephane Bailliez
@author Erik Hatcher
+ @author Martijn Kruithof
-->
-
+
|