93144 - Fix hexadecimal parsing. r=nisheeth.
91205 - Remove printf statement that got enabled accidently. r=nisheeth sr=jst. a=chofmann. git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_2_BRANCH@100113 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1518,6 +1518,7 @@ nsresult ConsumeAttributeEntity(nsString& aString,
|
||||
}
|
||||
else if (ch==kHashsign && !(aFlag & NS_IPARSER_FLAG_VIEW_SOURCE)) {
|
||||
aScanner.GetChar(amp); // Discard '&'
|
||||
aScanner.GetChar(ch); // Consume #
|
||||
PRInt32 err;
|
||||
result=CEntityToken::ConsumeEntity(ch,entity,aScanner);
|
||||
if (NS_SUCCEEDED(result)) {
|
||||
|
||||
Reference in New Issue
Block a user