Updated to use proper mime type.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-19 08:59:38 +00:00
parent 32eccb9408
commit 09752fd4de

View File

@ -3,7 +3,7 @@ if (! $feed) {
require('wp-blog-header.php');
}
header('Content-type: text/xml');
header('Content-type: application/rss+xml', true);
echo '<?xml version="1.0" encoding="'.get_settings('blog_charset').'"?'.'>';
?>