Fix for bug 95304: Add a buglist link to the top of duplicates.cgi

Patch by Gervase Markham <gerv@mozilla.org> r= justdave@syndicomm.com
parent 161e3c5f
......@@ -115,7 +115,13 @@ if (<data/duplicates/dupes$before*>)
print Param("mostfreqhtml");
my $commabugs = join(",", keys(%count));
print "
<p>
<a href=\"buglist.cgi?bug_id=$commabugs\">Give me this list as a Bugzilla bug list.</a>
</p>
<table BORDER>
<tr BGCOLOR=\"#CCCCCC\">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment