summaryrefslogtreecommitdiff
path: root/actions/xrds.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-30 14:10:29 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-30 14:10:29 -0400
commit3a20f1202b032b755f657d42379fe1137cf7c699 (patch)
tree4e5acd4541830220bffb94d86ff65326f32a94b8 /actions/xrds.php
parentb899ff617f757e234d1954d4c71e4d55e739a1dd (diff)
correct content-type on XRDS document
darcs-hash:20080530181029-84dde-58de78ad1bef7a5c540a0315470bc24ddc59b04b.gz
Diffstat (limited to 'actions/xrds.php')
-rw-r--r--actions/xrds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/xrds.php b/actions/xrds.php
index d59928e91..7448b50f7 100644
--- a/actions/xrds.php
+++ b/actions/xrds.php
@@ -36,7 +36,7 @@ class XrdsAction extends Action {
function show_xrds($user) {
- header('Content-Type: application/rdf+xml');
+ header('Content-Type: application/xrds+xml');
common_start_xml();
common_element_start('XRDS', array('xmlns' => 'xri://$xrds'));