faster viewing of text, bugs: 7889, 7892, 8047, 3795
This commit is contained in:
@@ -465,7 +465,7 @@ PRInt32 CTextToken::GetTokenType(void) {
|
||||
* @return error result
|
||||
*/
|
||||
nsresult CTextToken::Consume(PRUnichar aChar, nsScanner& aScanner) {
|
||||
static nsAutoString terminals("&<\r");
|
||||
static nsAutoString terminals("&<\r\n");
|
||||
nsresult result=NS_OK;
|
||||
PRBool done=PR_FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user