﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21018	get_the_password_form() inserting two </p> before the </form> causing W3C validation error	kevinhaig	nacin	"In the get_the Password_form()code at the end of the function :


{{{
esc_attr__(""Submit"") . '"" /></p>
</form>
';
}}}

should be 

{{{
esc_attr__(""Submit"") . '"" /></p></form>';
}}}


  "	defect (bug)	closed	normal	3.4.1	Formatting	3.4	normal	fixed	has-patch needs-unit-tests	
