From: Eric Price Date: Tue, 9 Oct 2007 12:11:13 +0000 (-0400) Subject: bugfix X-Git-Tag: sipb-xen-www/1~76 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/3d1cc19a7889d4ac32b00bbddb142755dd4bb24a bugfix svn path=/trunk/web/; revision=154 --- 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:]