diff -Nru saku-0.1.0/shingetsu/gateway_cgi.py saku/shingetsu/gateway_cgi.py --- saku-0.1.0/shingetsu/gateway_cgi.py 2005-03-26 12:45:30.000000000 +0900 +++ saku/shingetsu/gateway_cgi.py 2005-03-27 21:10:48.362554000 +0900 @@ -152,7 +152,7 @@ self.stdout.write(make_rss2(rss)) def print_motd(self): - self.stdout.write("Content-Type: text/xml\n\n") + self.stdout.write("Content-Type: text/plain\n\n") try: f = file(config.motd) for line in f: