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'); ?>