From 2aa34a9bf0916bb5c00dff1d490755cf32edd16d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 14:36:06 -0400 Subject: [PATCH] remove 'oauth' from publicxrds darcs-hash:20080618183606-84dde-d0843cd3f1656b8b547227eeef326d89d6c55adf.gz --- actions/publicxrds.php | 1 - 1 file changed, 1 deletion(-) diff --git a/actions/publicxrds.php b/actions/publicxrds.php index f9ffa81b86..98d7a164ed 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'));