On Monday 17 January 2005 11:29, Dirk Mueller wrote: > On Monday 17 January 2005 11:23, Allan Sandfeld Jensen wrote: > > - else if ( beginTag && !brokenScript && tagID == ID_SCRIPT ) > > { + else if ( !brokenScript && tagID == ID_SCRIPT ) { > > DOMStringImpl* a = 0; > > bool foundTypeAttribute = false; > > eeehmm.. attributes on close tags shouldn't be evaluated. This code change > is wrong. > > > + else if (tagID < ID_CLOSE_TAG) // Handle