[PATCH] Possible solution to fix #68747 and #66103
Luciano Montanaro
mikelima at virgilio.it
Thu Dec 4 15:00:46 GMT 2003
On Thursday 04 December 2003 03:41 pm, Andras Mantia wrote:
> Also when the </head> is present? As far as I can see the search is ended
> as soon as one of the following is found:
> case ID_SCRIPT:
> case (ID_SCRIPT+ID_CLOSE_TAG):
> case ID_NOSCRIPT:
> case (ID_NOSCRIPT+ID_CLOSE_TAG):
> case ID_STYLE:
> case (ID_STYLE+ID_CLOSE_TAG):
> case ID_LINK:
> case (ID_LINK+ID_CLOSE_TAG):
> case ID_OBJECT:
> case (ID_OBJECT+ID_CLOSE_TAG):
> case ID_TITLE:
> case (ID_TITLE+ID_CLOSE_TAG):
> case ID_BASE:
> case (ID_BASE+ID_CLOSE_TAG):
> case ID_HTML:
> case ID_HEAD:
> case 0:
> case (0 + ID_CLOSE_TAG ):
> break;
>
But I see no
case (ID_HEAD + ID_CLOSE_TAG):.
And maybe adding a
case ID_BODY:
just in case could be useful.
Luciano
More information about the kfm-devel
mailing list