Hopefully fix for the last time the ports/XXXXXusername run-on.

PR:		docs/10241
Submitted by:	wosch
This commit is contained in:
Bill Fumerola 1999-02-25 20:08:04 +00:00
parent e8ba589ff1
commit 265086c525
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4403

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $Id: query-pr-summary.cgi,v 1.20 1999-02-24 23:10:07 billf Exp $
# $Id: query-pr-summary.cgi,v 1.21 1999-02-25 20:08:04 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 = $_;
}