Missing \n in text mode

This commit is contained in:
Peter Wemm 1996-12-17 04:03:41 +00:00
parent 583b3f8ad3
commit 92a876be7a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=821
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $Id: query-pr-summary.cgi,v 1.6 1996-12-17 03:58:53 peter Exp $
# $Id: query-pr-summary.cgi,v 1.7 1996-12-17 04:03:41 peter Exp $
$self_ref = $ENV{'SCRIPT_NAME'};
($query_pr_ref = $ENV{'SCRIPT_NAME'}) =~ s/-summary//;
@ -82,7 +82,7 @@ sub header_info {
print &html_header("Current FreeBSD problem reports");
}
else {
print "Current FreeBSD problem reports";
print "Current FreeBSD problem reports\n";
}
print "

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $Id: query-pr-summary.cgi,v 1.6 1996-12-17 03:58:53 peter Exp $
# $Id: query-pr-summary.cgi,v 1.7 1996-12-17 04:03:41 peter Exp $
$self_ref = $ENV{'SCRIPT_NAME'};
($query_pr_ref = $ENV{'SCRIPT_NAME'}) =~ s/-summary//;
@ -82,7 +82,7 @@ sub header_info {
print &html_header("Current FreeBSD problem reports");
}
else {
print "Current FreeBSD problem reports";
print "Current FreeBSD problem reports\n";
}
print "