X-Git-Url: http://git.sourceforge.jp/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=blobdiff_plain;f=utf8%2Fatom.php;h=cd9c0d3328da1a933e4a60c41d911ce0ef5375a1;hp=7d569b2ea9e365fa76271dbcd2c0c4eae4a61986;hb=d083a473288fc2ab8916bf0e91907b666ca674a5;hpb=b39642e85c1657c65bcc256109865b0bff158145;ds=sidebyside diff --git a/utf8/atom.php b/utf8/atom.php index 7d569b2..cd9c0d3 100755 --- a/utf8/atom.php +++ b/utf8/atom.php @@ -2,7 +2,7 @@ /** * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) - * Copyright (C) 2002-2004 The Nucleus Group + * Copyright (C) 2002-2005 The Nucleus Group * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -38,6 +38,7 @@ if (!$CONF['DisableSite']) { header("HTTP/1.0 304 Not Modified"); header('Content-Length: 0'); } else { + header("Content-Type: application/xml"); // dump feed echo $feed; }