Bugzilla – Bug 423
Oops, missed a case of </br> magic in the parser. (credit: tt)
Last modified: 2011-05-19 16:19:48 CEST
Index: source =================================================================== --- source (revision 2585) +++ source (revision 2586) @@ -56038,7 +56038,7 @@ mode</span>.</p> </dd> - <dt>An end tag whose tag name is one of: "br"</dt> + <dt>An end tag whose tag name is "br"</dt> <dd> <p>Act as described in the "anything else" entry below.</p> </dd> @@ -56137,8 +56137,13 @@ </dd> + <dt>An end tag whose tag name is "br"</dt> + <dd> + <p>Act as described in the "anything else" entry below.</p> + </dd> + <dt>A start tag whose tag name is "head"</dt> - <dt>Any <!--other--> end tag</dt> + <dt>Any other end tag</dt> <dd> <p><span>Parse error</span>. Ignore the token.</p> </dd>