diff options
Diffstat (limited to 'modules/openid/openid.inc')
-rw-r--r-- | modules/openid/openid.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/openid.inc b/modules/openid/openid.inc index db1a66096..a1f3b90b4 100644 --- a/modules/openid/openid.inc +++ b/modules/openid/openid.inc @@ -561,10 +561,10 @@ function _openid_get_params($str) { * openid.[prefix].[key2] = [value2] * ... * @endcode - * + * * This function extracts all the keys belonging to an extension namespace in a * response, optionally using a fallback prefix if none is provided in the response. - * + * * Note that you cannot assume that a given extension namespace will use the same * prefix on the response and the request: each party may use a different prefix * to refer to the same namespace. |