diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-18 07:02:07 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-18 07:02:07 +0100 |
| commit | 12ec37f3f722421856b648b5c5b98356471ded15 (patch) | |
| tree | f91b17f34f7cec92486c545370281f7fb31a7a13 | |
| parent | 062a42e28289cece50526fe4ca7bfcd6f681197d (diff) | |
set application/xml+opml content-type on export
| -rw-r--r-- | opml.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ if (!$op) $op = "Export"; if ($op == "Export") { - header("Content-type: application/xml"); + header("Content-type: application/xml+opml"); print "<?xml version=\"1.0\"?>"; } |