summaryrefslogtreecommitdiff
path: root/modules/openid/xrds.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openid/xrds.inc')
-rw-r--r--modules/openid/xrds.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/xrds.inc b/modules/openid/xrds.inc
index 955876881..cd862cdec 100644
--- a/modules/openid/xrds.inc
+++ b/modules/openid/xrds.inc
@@ -36,8 +36,8 @@ function _xrds_element_end(&$parser, $name) {
$name = _xrds_strip_namespace($name);
if ($name == 'SERVICE') {
- if (in_array(OPENID_NS_2_0 .'/signon', $xrds_current_service['types']) ||
- in_array(OPENID_NS_2_0 .'/server', $xrds_current_service['types'])) {
+ if (in_array(OPENID_NS_2_0 . '/signon', $xrds_current_service['types']) ||
+ in_array(OPENID_NS_2_0 . '/server', $xrds_current_service['types'])) {
$xrds_current_service['version'] = 2;
}
elseif (in_array(OPENID_NS_1_1, $xrds_current_service['types']) ||