fixed bug 22302; r=buster; a=jar

git-svn-id: svn://10.0.0.236/trunk@56348 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-12-22 03:45:35 +00:00
parent f446188835
commit e5c464f9df
2 changed files with 2 additions and 2 deletions

View File

@@ -1389,7 +1389,7 @@ PRBool nsHTMLElement::IsBlockCloser(eHTMLTags aTag){
static eHTMLTags gClosers[]={ eHTMLTag_table,eHTMLTag_tbody,eHTMLTag_caption,eHTMLTag_dd,eHTMLTag_dt,
eHTMLTag_td,eHTMLTag_tfoot,eHTMLTag_th,eHTMLTag_thead,eHTMLTag_tr,
eHTMLTag_optgroup};
eHTMLTag_optgroup,eHTMLTag_ol,eHTMLTag_ul};
result=FindTagInSet(aTag,gClosers,sizeof(gClosers)/sizeof(eHTMLTag_body));
}
}