chrismessina / diso

Automatically exported from code.google.com/p/diso
0 stars 0 forks source link

Extraneous </label> in login.php breaks XHTML login page #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set WordPress to produce application/xhtml+xml (e.g. by installing and
activating the Content Negotiation plugin from
http://wordpress.org/extend/plugins/content-negotiation/
2. Attempt to log in with Firefox.

What is the expected output? What do you see instead?
Should see the login page including the OpenID field; instead, the
red-on-yellow XML error page is displayed.

What version of the product are you using? On what operating system?
OpenID 3.2.3, WordPress 2.8.4

Please provide any additional information below.
Line 87 of login.php is the culprit.  Removing the </label> from the end
fixes the problem.

Original issue reported on code.google.com by pja...@gmail.com on 28 Aug 2009 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by wnorris on 7 Sep 2009 at 5:22

GoogleCodeExporter commented 9 years ago
fixed in trunk. will be included in the v3.3 release.

Original comment by wnorris on 7 Sep 2009 at 9:31