diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-06 22:43:43 -0500 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-06 22:43:43 -0500 |
commit | b1142ed3ab1797e449d262e115d78cbb75deaa22 (patch) | |
tree | c4dae3c96fa87f7986ed36f02d0528ede8298adc /actions/publicxrds.php | |
parent | 6d1d59a36bfa3659545027c7daf8b4abd0ac53a2 (diff) |
Revert "XRDS namespace fix"
This reverts commit 6d1d59a36bfa3659545027c7daf8b4abd0ac53a2.
It seems to interfere with the Yadis discovery.
Diffstat (limited to 'actions/publicxrds.php')
-rw-r--r-- | actions/publicxrds.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/publicxrds.php b/actions/publicxrds.php index 30f215af2..951434c87 100644 --- a/actions/publicxrds.php +++ b/actions/publicxrds.php @@ -38,7 +38,7 @@ class PublicxrdsAction extends Action { common_start_xml(); common_element_start('XRDS', array('xmlns' => 'xri://$xrds')); - common_element_start('XRD', array('xmlns' => 'xri://$XRD*($v*2.0)', + common_element_start('XRD', array('xmlns' => 'xri://$xrd*($v*2.0)', 'xmlns:simple' => 'http://xrds-simple.net/core/1.0', 'version' => '2.0')); |