From 12ec37f3f722421856b648b5c5b98356471ded15 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 May 2006 07:02:07 +0100 Subject: set application/xml+opml content-type on export --- opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opml.php') diff --git a/opml.php b/opml.php index 492a8b8cb..72c22d5cf 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 ""; } -- cgit v1.2.3