From 4fd7ff8d04698b571bce61f22fe559b5f2d44d79 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 13 Jun 2019 14:43:48 +0200 Subject: [PATCH] nieuws/feed: output content-type header value Worked in practice due to Apache fallback of application/xml, but prefer more specific mime type as intended. Thanks PHP for not spotting obvious syntax errors. --- nieuws/feed/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nieuws/feed/index.php b/nieuws/feed/index.php index 67687f3..0a88cd4 100644 --- a/nieuws/feed/index.php +++ b/nieuws/feed/index.php @@ -1,6 +1,6 @@ '; $siteref = 'http://'.$_SERVER['HTTP_HOST']; ?> -- 2.30.0