nieuws/feed: output content-type header value
[minimedit.git] / nieuws / feed / index.php
index 67687f31419c81255157fd4ce23c927d9e411cf1..0a88cd4f3e06f2ea458d3aaa0d0ed826867f5a08 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 ob_clean();
-header('Content-Type', 'application/atom+xml');
+header('Content-Type: application/atom+xml; charset=utf-8');
 print '<?xml version="1.0" encoding="utf-8"?>';
 $siteref = 'http://'.$_SERVER['HTTP_HOST'];
 ?>