The following reply was made to PR documentation/5810; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Frank Tegtmeyer <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: documentation/5810: printenv CGI example doesn't break lines Date: Fri, 25 Feb 2000 16:28:27 -0700 (MST) On 25 Feb 2000, Frank Tegtmeyer wrote: > > >Number: 5810 > >Category: documentation > >Synopsis: printenv CGI example doesn't break lines > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: apache > >State: open > >Class: change-request > >Submitter-Id: apache > >Arrival-Date: Fri Feb 25 15:20:00 PST 2000 > >Closed-Date: > >Last-Modified: > >Originator: [EMAIL PROTECTED] > >Release: 1.3.12 > >Organization: > apache > >Environment: > Linux 2.2.14 (SuSE 6.3) > >Description: > The output of the CGI example printenv should contain linebreaks after every > variable. > >How-To-Repeat: > http://server/cgi-bin/printenv > >Fix: > change the print line: > print "${var}=\"${val}\"<br>\n"; Erm... hmm? The script in question outputs text/plain, not text/html, so there is no sense adding HTML tags to it...