bugfix
authorEric Price <ecprice@mit.edu>
Tue, 9 Oct 2007 12:11:13 +0000 (08:11 -0400)
committerEric Price <ecprice@mit.edu>
Tue, 9 Oct 2007 12:11:13 +0000 (08:11 -0400)
svn path=/trunk/web/; revision=154

templates/main.py

index 8c00190..09cc0ac 100755 (executable)
@@ -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:]