bugfix
[invirt/packages/invirt-web.git] / 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:]