Minor adjustments in consuming attributes ( Tracking down '<').

This commit is contained in:
harishd@netscape.com
1999-08-25 21:27:43 +00:00
parent 76c138fbf9
commit 0246e1df99
4 changed files with 30 additions and 10 deletions

View File

@@ -1228,7 +1228,7 @@ nsresult CAttributeToken::Consume(PRUnichar aChar, nsScanner& aScanner) {
else {
//If you're here, handle an unquoted key.
//Don't forget to reduce entities inline!
static nsAutoString terminals("\b\t\n\r \"=>");
static nsAutoString terminals("\b\t\n\r \"<=>");
result=aScanner.ReadUntil(mTextKey,terminals,PR_TRUE,PR_FALSE);
}