From kde-commits Mon Jan 17 10:41:26 2005 From: Allan Sandfeld Jensen Date: Mon, 17 Jan 2005 10:41:26 +0000 To: kde-commits Subject: Re: kdelibs/khtml/html Message-Id: <200501171141.26504.kde () carewolf ! com> X-MARC-Message: https://marc.info/?l=kde-commits&m=110595850905451 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