From 3d1cc19a7889d4ac32b00bbddb142755dd4bb24a Mon Sep 17 00:00:00 2001 From: Eric Price Date: Tue, 9 Oct 2007 08:11:13 -0400 Subject: [PATCH] bugfix svn path=/trunk/web/; revision=154 --- templates/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/main.py b/templates/main.py index 8c00190..09cc0ac 100755 --- a/templates/main.py +++ b/templates/main.py @@ -728,7 +728,6 @@ if __name__ == '__main__': print "Status: 301 Moved Permanently" print 'Location: ' + os.environ['SCRIPT_NAME']+'/\n' sys.exit(0) - print 'Content-Type: text/html\n' if operation.startswith('/'): operation = operation[1:] -- 1.7.9.5