fixed bug 7275 -- dup identifier

git-svn-id: svn://10.0.0.236/trunk@33609 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-06-03 21:56:22 +00:00
parent 4226961c5c
commit 497df4ffa4
2 changed files with 0 additions and 2 deletions

View File

@@ -461,7 +461,6 @@ nsresult nsHTMLTokenizer::ConsumeStartTag(PRUnichar aChar,CToken*& aToken,nsScan
if(NS_SUCCEEDED(result))
if((eHTMLTag_style==theTag) || (eHTMLTag_script==theTag)) {
nsAutoString endTag(NS_EnumToTag(theTag));
CTokenRecycler* theRecycler=(CTokenRecycler*)GetTokenRecycler();
CToken* endToken=theRecycler->CreateTokenOfType(eToken_end,theTag,endTag);
endTag.Insert("</",0,2);
endTag.Append(">");