change RSS mime type to application/rss+xml
[diogenes.git] / include / admin / rss.php
index f18a139..9a9187a 100644 (file)
@@ -23,6 +23,6 @@ foreach($event_arr as $event)
     $page->append('items', $item);
   }
 }
-header("Content-Type: text/xml");
+header("Content-Type: application/rss+xml");
 $page->display('', 'admin-rss.tpl');
 ?>