Browse Source

Change gmail.com to www.gmail.com, as only the latter now responds with XRDS headers

Fixes issue 3.
tags/0.6
Chris Smith 15 years ago
parent
commit
f4cd0e8e9a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples/basic/index.php

+ 1
- 1
examples/basic/index.php View File

@@ -131,7 +131,7 @@
131 131
   <form action="<?PHP echo htmlentities($_SERVER['REQUEST_URI']); ?>"
132 132
 	method="post">
133 133
    <ul>
134
-    <li><label><input type="radio" name="openid_type" value="gmail.com"> <img src="google.png" alt="Google"> Login with my Google account</label></li>
134
+    <li><label><input type="radio" name="openid_type" value="www.gmail.com"> <img src="google.png" alt="Google"> Login with my Google account</label></li>
135 135
     <li><label><input type="radio" name="openid_type" value="yahoo.com"> <img src="yahoo.png" alt="Yahoo!"> Login with my Yahoo! account</label></li>
136 136
     <li><label><input type="radio" name="openid_type" value="openid_url" checked="checked"> Login with another OpenID identity:</label> <br>
137 137
         <input type="text" name="openid_url" id="openid_url"></li>

Loading…
Cancel
Save