fixed bugs 10104 and 10107 -- also removed warnings
git-svn-id: svn://10.0.0.236/trunk@40247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -551,7 +551,6 @@ nsresult nsHTMLTokenizer::ConsumeEntity(PRUnichar aChar,CToken*& aToken,nsScanne
|
||||
//convert it into a text token.
|
||||
nsAutoString temp("&");
|
||||
temp.Append(theStr);
|
||||
temp.Append(';');
|
||||
CToken* theToken=theRecycler->CreateTokenOfType(eToken_text,eHTMLTag_text,temp);
|
||||
theRecycler->RecycleToken(aToken);
|
||||
aToken=theToken;
|
||||
|
||||
Reference in New Issue
Block a user