more bad content parsing improvements

This commit is contained in:
rickg%netscape.com 1998-10-08 07:32:34 +00:00
parent 9fb5c21d0a
commit 894b2a6a24
2 changed files with 2 additions and 2 deletions

View File

@ -833,7 +833,7 @@ nsresult CAttributeToken::Consume(PRUnichar aChar, CScanner& aScanner) {
//from the middle of the value. Try stripping the quote and continuing...
if(kQuote==aChar){
result=aScanner.GetChar(aChar); //strip quote.
result=aScanner.SkipOver(aChar); //strip quote.
}
}
}//if

View File

@ -833,7 +833,7 @@ nsresult CAttributeToken::Consume(PRUnichar aChar, CScanner& aScanner) {
//from the middle of the value. Try stripping the quote and continuing...
if(kQuote==aChar){
result=aScanner.GetChar(aChar); //strip quote.
result=aScanner.SkipOver(aChar); //strip quote.
}
}
}//if