bug 100175: innerHTML smushes multiple options together on select r+sr=bzbarsky

git-svn-id: svn://10.0.0.236/trunk@165613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2004-11-23 04:40:46 +00:00
parent bf4dde1dd9
commit b176e92bcd

View File

@@ -550,7 +550,7 @@ void InitializeElementTable(void) {
/*rootnodes,endrootnodes*/ &gRootTags,&gRootTags,
/*autoclose starttags and endtags*/ 0,0,0,0,
/*parent,incl,exclgroups*/ kFlowEntity, kFlowEntity, kNone,
/*special props, prop-range*/ 0,kDefaultPropRange,
/*special props, prop-range*/ kLegalOpen,kDefaultPropRange, // Don't munge the content model around <endnote>. bug 100175
/*special parents,kids,skip*/ 0,0,eHTMLTag_unknown);
Initialize(