else statement missing. grrr

git-svn-id: svn://10.0.0.236/trunk@69534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-05-13 06:40:38 +00:00
parent 0b7838ae25
commit 650e065f82
2 changed files with 4 additions and 2 deletions

View File

@@ -1284,7 +1284,8 @@ nsresult nsXIFDTD::ProcessEncodeTag(const nsIParserNode& aNode)
result=mSink->DoFragment(PR_TRUE);
}
}
result=mSink->DoFragment(PR_FALSE);
else
result=mSink->DoFragment(PR_FALSE);
return result;
}

View File

@@ -1284,7 +1284,8 @@ nsresult nsXIFDTD::ProcessEncodeTag(const nsIParserNode& aNode)
result=mSink->DoFragment(PR_TRUE);
}
}
result=mSink->DoFragment(PR_FALSE);
else
result=mSink->DoFragment(PR_FALSE);
return result;
}