diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 8c8ddf1f33..ca69b174e4 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -83,8 +83,6 @@ class RemotesubscribeAction extends Action { return; } - print_r($yadis); - $omb = $this->getOmb($yadis); if (!$omb) { diff --git a/actions/xrds.php b/actions/xrds.php index d59928e91c..7448b50f7d 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'));