My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 17 attachment: diff.txt (480 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/openid.php b/openid.php
index 7c88c02..ffe6b05 100644
--- a/openid.php
+++ b/openid.php
@@ -297,7 +297,7 @@ class LightOpenID
. (empty($url['port'])?'':":{$url['port']}")
. (empty($url['path'])?'':$url['path'])
. (empty($url['query'])?'':"?{$url['query']}")
- . (empty($url['fragment'])?'':":{$url['fragment']}");
+ . (empty($url['fragment'])?'':"#{$url['fragment']}");
return $url;
}

Powered by Google Project Hosting