From adf473387ada088a7c3e02dd86e4c89104a0aeac Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 9 Nov 2005 21:38:31 +0000 Subject: [PATCH] End the paragraph before the form, to make it valid xhtml again. --- en/cgi/query-pr.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/cgi/query-pr.cgi b/en/cgi/query-pr.cgi index c5183c2825..d00d950824 100755 --- a/en/cgi/query-pr.cgi +++ b/en/cgi/query-pr.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.48 2005/11/06 22:29:45 ceri Exp $ +# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.49 2005/11/07 10:43:19 ceri Exp $ $ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin"; @@ -245,7 +245,7 @@ print qq`"; print "

To see this PR with email addresses "; - print " displayed, enter the code from the image and submit: \n"; + print " displayed, enter the code from the image and submit:

\n"; print "
\n"; print "\n"; print "\n"; print "\n"; - print "

\n"; + print "\n"; } print &html_footer;