fixed bugs 10104 and 10107 -- also removed warnings
This commit is contained in:
@@ -1445,6 +1445,7 @@ PRInt32 CEntityToken::ConsumeEntity(PRUnichar aChar,nsString& aString,nsScanner&
|
||||
if(NS_OK==result) {
|
||||
if (kSemicolon == theChar) {
|
||||
// consume semicolon that stopped the scan
|
||||
aString+=theChar;
|
||||
result=aScanner.GetChar(theChar);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user