Add an space between the PR number and the colon.

Requested by:	pav
This commit is contained in:
Remko Lodder 2005-07-14 15:02:38 +00:00
parent 8e55b17234
commit 2802fc8f32
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25113

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl -T
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.39 2005/04/14 12:26:28 keramida Exp $
# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.40 2005/07/14 11:08:54 ceri Exp $
$ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin";
@ -141,7 +141,7 @@ while(<Q>) {
$syn =~ s/[\t]+/ /g;
$origsyn = $syn;
$syn = &fixline($syn);
print &html_header("Problem Report $cat/$number: $syn");
print &html_header("Problem Report $cat/$number : $syn");
print "<strong>$syn</strong><p>\n<dl>\n";
} else {
next if $inhdr;