more bad content parsing improvements

This commit is contained in:
rickg@netscape.com
1998-10-08 07:32:34 +00:00
parent 90af033522
commit 786ae2c4cf
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