From 7ca2f8d8ebc27d9ee67f91f633018155677b3b56 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 19 Oct 2005 15:47:38 +0000 Subject: [PATCH] Tweak the xhtml-ification. Assisted by: validator.w3.org --- en/cgi/query-pr-summary.cgi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/en/cgi/query-pr-summary.cgi b/en/cgi/query-pr-summary.cgi index 450e4b5cdd..0ca60a0656 100755 --- a/en/cgi/query-pr-summary.cgi +++ b/en/cgi/query-pr-summary.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.50 2005/09/12 20:30:25 remko Exp $ +# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.51 2005/09/13 18:17:46 remko Exp $ sub escape($) { $_ = $_[0]; s/&/&/g; s//>/g; $_; } @@ -119,6 +119,7 @@ sub header_info {

Bugs can be in one of several states: +

o - open
A problem report has been submitted, no sanity checking @@ -235,6 +236,8 @@ if ($input{'closedtoo'}) { print "Include closed reports too."; } +print "

\n"; + } } @@ -305,7 +308,6 @@ if ($#prs < $[) { } print &html_footer if $html_mode; -print "\n\n" if $html_mode; exit(0); @@ -574,9 +576,10 @@ sub gnats_summary_line_text { sub displayform { print qq` +

Please select the items you wish to search for. Multiple items are AND'ed together. -

+