mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
fixed bug 5846
This commit is contained in:
parent
b9155004a4
commit
e1068dc18e
@ -1387,6 +1387,13 @@ nsresult CNavDTD::HandleEndToken(CToken* aToken) {
|
||||
result=CloseContainer(theNode,theChildTag,PR_FALSE);
|
||||
break;
|
||||
|
||||
case eHTMLTag_br:
|
||||
{
|
||||
CToken* theToken=(CHTMLToken*)gRecycler->CreateTokenOfType(eToken_start,eHTMLTag_br);
|
||||
result=HandleStartToken(theToken);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
{
|
||||
//now check to see if this token should be omitted, or
|
||||
|
@ -1387,6 +1387,13 @@ nsresult CNavDTD::HandleEndToken(CToken* aToken) {
|
||||
result=CloseContainer(theNode,theChildTag,PR_FALSE);
|
||||
break;
|
||||
|
||||
case eHTMLTag_br:
|
||||
{
|
||||
CToken* theToken=(CHTMLToken*)gRecycler->CreateTokenOfType(eToken_start,eHTMLTag_br);
|
||||
result=HandleStartToken(theToken);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
{
|
||||
//now check to see if this token should be omitted, or
|
||||
|
Loading…
x
Reference in New Issue
Block a user