diff --git a/morss.py b/morss.py index a1e98b9..4beb9f8 100644 --- a/morss.py +++ b/morss.py @@ -465,7 +465,7 @@ if __name__ == "__main__": if options == 'progress': print 'Content-Type: application/octet-stream' else: - print 'Content-Type: text/html' + print 'Content-Type: text/xml' print cache = os.getcwd() + '/cache'