From: cyeh%bluemartini.com <> Date: Fri, 23 Feb 2001 02:36:06 +0000 (+0000) Subject: fix for 69688: buglist.cgi: the intermediate "please stand by" page is ugly X-Git-Tag: bugzilla-2.12~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047e15836800f93e58dadc403a3e9afd617b59aa;p=thirdparty%2Fbugzilla.git fix for 69688: buglist.cgi: the intermediate "please stand by" page is ugly patch submitted by st.n@gmx.net (Stephan Niemz [faniz]) --- diff --git a/buglist.cgi b/buglist.cgi index 401c5d8183..f30613cf11 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -760,10 +760,15 @@ if (exists $ENV{'HTTP_USER_AGENT'} && $ENV{'HTTP_USER_AGENT'} =~ /Mozilla.[3-9]/ # especially during page reload. $serverpush = 1; - print "Content-type: multipart/x-mixed-replace;boundary=thisrandomstring\n\n"; - print "--thisrandomstring\n"; - print "Content-type: text/html\n\n"; - print "
Please stand by ...
\n"; + print qq{Content-type: multipart/x-mixed-replace;boundary=thisrandomstring\n +--thisrandomstring +Content-type: text/html\n +