diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-06 22:24:28 -0500 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-06 22:24:28 -0500 |
commit | 6d1d59a36bfa3659545027c7daf8b4abd0ac53a2 (patch) | |
tree | edf3984af1ddc3e33ed165c3aedef1a8a92535ad /actions/publicxrds.php | |
parent | d3b1c1af1620764c9f6c2e1b692338e60ed8e706 (diff) |
XRDS namespace fix
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 951434c87..30f215af2 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')); |