summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <will@willnorris.com>2008-06-23 23:15:33 +0000
committertailor <will@willnorris.com>2008-06-23 23:15:33 +0000
commite3e8e11b3e268d78772b6adc733a15ac0a73853b (patch)
tree1a713442fb622da06df01b5dd0bd80a1b945f16f /Auth
parent36bde7cde14298822a6c904d1dde3ff9ccab506c (diff)
downloadphp-openid-e3e8e11b3e268d78772b6adc733a15ac0a73853b.zip
php-openid-e3e8e11b3e268d78772b6adc733a15ac0a73853b.tar.gz
php-openid-e3e8e11b3e268d78772b6adc733a15ac0a73853b.tar.bz2
[project @ fix accept header]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/Yadis/Yadis.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/Yadis/Yadis.php b/Auth/Yadis/Yadis.php
index dc1d19a..d89f77c 100644
--- a/Auth/Yadis/Yadis.php
+++ b/Auth/Yadis/Yadis.php
@@ -324,7 +324,7 @@ class Auth_Yadis_Yadis {
$request_uri = $uri;
$headers = array("Accept: " . Auth_Yadis_CONTENT_TYPE .
- ', text/html; q=0.3, application/xhtml+xml; 0.5');
+ ', text/html; q=0.3, application/xhtml+xml; q=0.5');
if ($fetcher === null) {
$fetcher = Auth_Yadis_Yadis::getHTTPFetcher($timeout);