mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Unwhack Rick's change.
This commit is contained in:
parent
a16c975ceb
commit
87acc977c6
@ -1369,7 +1369,7 @@ PRInt32 nsHTMLParser::CloseContainer(const nsIParserNode& aNode){
|
||||
break;
|
||||
|
||||
case eHTMLTag_head:
|
||||
result=CloseHead(aNode);
|
||||
//result=CloseHead(aNode);
|
||||
break;
|
||||
|
||||
case eHTMLTag_body:
|
||||
|
@ -1369,7 +1369,7 @@ PRInt32 nsHTMLParser::CloseContainer(const nsIParserNode& aNode){
|
||||
break;
|
||||
|
||||
case eHTMLTag_head:
|
||||
result=CloseHead(aNode);
|
||||
//result=CloseHead(aNode);
|
||||
break;
|
||||
|
||||
case eHTMLTag_body:
|
||||
|
Loading…
Reference in New Issue
Block a user