diff options
Diffstat (limited to 'examples/server/lib/render/userXrds.php')
-rw-r--r-- | examples/server/lib/render/userXrds.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/server/lib/render/userXrds.php b/examples/server/lib/render/userXrds.php index a9ea95e..0f0239e 100644 --- a/examples/server/lib/render/userXrds.php +++ b/examples/server/lib/render/userXrds.php @@ -5,7 +5,7 @@ require_once "lib/render.php"; require_once "Auth/OpenID/Discover.php"; -define('user_xrds_pat', '<?xml version="1.0" encoding="UTF-8"?> +define('user_xrds_pat', '<?xml version="1.0" encoding="UTF-8" <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> @@ -31,4 +31,3 @@ function userXrds_render($identity) return array($headers, $body); } -?>
\ No newline at end of file |