The following reply was made to PR documentation/5810; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Apache bugs database <[EMAIL PROTECTED]> Cc: Subject: Re: documentation/5810: printenv CGI example doesn't break lines (fwd) Date: Sat, 26 Feb 2000 08:34:48 -0700 (MST) ---------- Forwarded message ---------- Date: Sat, 26 Feb 2000 10:55:14 +0100 From: Frank Tegtmeyer <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Cc: Frank Tegtmeyer <[EMAIL PROTECTED]> Subject: Re: documentation/5810: printenv CGI example doesn't break lines On Fri, Feb 25, 2000 at 04:28:27PM -0700, Marc Slemko wrote: > 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... Oops, you are right. Seems to be an error in Opera 3.62beta. It displays all lines in one. Please set the status to solved :) Regards, Frank