diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 14:36:06 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 14:36:06 -0400 |
commit | 2aa34a9bf0916bb5c00dff1d490755cf32edd16d (patch) | |
tree | 45e88af235c160333d36b63b400ba5361526c433 | |
parent | 38d0cec9b0f680513c8b0676315a96e55d0a4f66 (diff) |
remove 'oauth' from publicxrds
darcs-hash:20080618183606-84dde-d0843cd3f1656b8b547227eeef326d89d6c55adf.gz
-rw-r--r-- | actions/publicxrds.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/publicxrds.php b/actions/publicxrds.php index f9ffa81b8..98d7a164e 100644 --- a/actions/publicxrds.php +++ b/actions/publicxrds.php @@ -35,7 +35,6 @@ class PublicxrdsAction extends Action { common_element_start('XRDS', array('xmlns' => 'xri://$xrds')); common_element_start('XRD', array('xmlns' => 'xri://$xrd*($v*2.0)', - 'xml:id' => 'oauth', 'xmlns:simple' => 'http://xrds-simple.net/core/1.0', 'version' => '2.0')); |