From 9cfcc552266bb770d6cf8869db5f54bb0288a386 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 19 May 2004 10:24:25 +0000 Subject: [PATCH] Proper mime for RDF. git-svn-id: http://svn.automattic.com/wordpress/trunk@1319 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-rdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-rdf.php b/wp-rdf.php index ae54e3dcd..aa0e347ff 100644 --- a/wp-rdf.php +++ b/wp-rdf.php @@ -6,7 +6,7 @@ if (! $feed) { } $more = 1; -header('Content-type: application/rss+xml', true); +header('Content-type: application/rdf+xml', true); add_filter('the_content', 'trim'); ?>