Skip to content

Commit

Permalink
bug 100175: innerHTML smushes multiple options together on select r+s…
Browse files Browse the repository at this point in the history
…r=bzbarsky
  • Loading branch information
mrbkap%gmail.com committed Nov 23, 2004
1 parent 979909f commit 1b42936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/htmlparser/src/nsElementTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1b42936

Please sign in to comment.