this fixes some of what ails us with XML

git-svn-id: svn://10.0.0.236/trunk@17541 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-01-12 02:37:22 +00:00
parent 3ab32dadcd
commit 6b72f77ef5
2 changed files with 2 additions and 2 deletions

View File

@@ -264,7 +264,7 @@ NS_IMETHODIMP CWellFormedDTD::BuildModel(nsIParser* aParser) {
if(NS_SUCCEEDED(result)) {
theRecycler->RecycleToken(theToken);
}
else {
else if(NS_ERROR_HTMLPARSER_BLOCK!=result){
theTokenizer->PushTokenFront(theToken);
}
// theRootDTD->Verify(kEmptyString,aParser);