Realign headers.
This commit is contained in:
parent
1aedbd5689
commit
61f24a6469
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20548
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/perl -T
|
#!/usr/bin/perl -T
|
||||||
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.42 2003/12/27 14:44:57 ceri Exp $
|
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.43 2004/02/16 14:30:57 ceri Exp $
|
||||||
|
|
||||||
sub escape($) { $_ = $_[0]; s/&/&/g; s/</</g; s/>/>/g; $_; }
|
sub escape($) { $_ = $_[0]; s/&/&/g; s/</</g; s/>/>/g; $_; }
|
||||||
|
|
||||||
|
|
@ -480,7 +480,7 @@ sub gnats_summary {
|
||||||
|
|
||||||
next if (($report ne '') && (eval($report) == 0));
|
next if (($report ne '') && (eval($report) == 0));
|
||||||
|
|
||||||
print "${pr}\nS Submitted Tracker Resp. Description${hr}"
|
print "${pr}\nS Submitted Tracker Resp. Description${hr}"
|
||||||
if ($iteration++ == 0);
|
if ($iteration++ == 0);
|
||||||
|
|
||||||
$syn = &html_fixline($syn) if $htmlmode;
|
$syn = &html_fixline($syn) if $htmlmode;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue