mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
put content type at top of output.
This commit is contained in:
parent
6c21a5d569
commit
3d93d45865
@ -7,8 +7,8 @@
|
||||
# columns from being shown on the default pages.
|
||||
|
||||
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2002/05/01 02:19:10 $
|
||||
# $Revision: 1.3 $
|
||||
# $Date: 2002/05/01 02:23:55 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/regenerate.cgi,v $
|
||||
# $Name: $
|
||||
@ -59,6 +59,8 @@ use FileStructure;
|
||||
HTMLPopUp::regenerate_HTML_pages();
|
||||
|
||||
$out = <<EOF;
|
||||
Content-type: text/html
|
||||
|
||||
<TITLE>tinderbox</TITLE>
|
||||
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=$url">
|
||||
<BODY BGCOLOR="#FFFFFF" TEXT="#000000"
|
||||
|
Loading…
x
Reference in New Issue
Block a user