Fix previous coommit

This commit is contained in:
Bill Fumerola 1999-02-26 22:05:58 +00:00
parent 94a5e3b1e7
commit 0855a82e72
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4419

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $Id: query-pr-summary.cgi,v 1.21 1999-02-25 20:08:04 billf Exp $
# $Id: query-pr-summary.cgi,v 1.22 1999-02-26 22:05:58 billf Exp $
$html_mode = 1 if $ENV{'DOCUMENT_ROOT'};
$self_ref = $ENV{'SCRIPT_NAME'};
@ -439,7 +439,7 @@ sub gnats_summary {
if ($htmlmode) {
$title = '<a href="' . $query_pr_ref . '?pr='. $number . '">' .
$_ . ' </a>';
$_ . '</a> ';
} else {
$title = $_;
}