From 12ec37f3f722421856b648b5c5b98356471ded15 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 May 2006 07:02:07 +0100 Subject: [PATCH] set application/xml+opml content-type on export --- opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opml.php b/opml.php index 492a8b8c..72c22d5c 100644 --- a/opml.php +++ b/opml.php @@ -24,7 +24,7 @@ if (!$op) $op = "Export"; if ($op == "Export") { - header("Content-type: application/xml"); + header("Content-type: application/xml+opml"); print ""; } -- 2.39.2