fixed bugs: 4482 and 5460

git-svn-id: svn://10.0.0.236/trunk@29267 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-04-26 22:48:07 +00:00
parent f46ac16156
commit 119eebea1c
2 changed files with 8 additions and 2 deletions

View File

@@ -277,7 +277,10 @@ nsresult nsHTMLTokenizer::ConsumeToken(nsScanner& aScanner) {
case kNotFound:
break;
case 0: //preceeds a EOF...
break;
default:
if(!nsString::IsSpace(theChar)) {
nsAutoString temp(theChar);