mondo improvements to DTD

git-svn-id: svn://10.0.0.236/trunk@19137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-02-01 04:24:37 +00:00
parent 3a39ddc0f6
commit 4b6b00ac86
18 changed files with 1620 additions and 1222 deletions

View File

@@ -1268,7 +1268,7 @@ nsHTMLDocument::WriteCommon(JSContext *cx,
str.Append('\n');
}
result = mParser->Parse(str, PR_TRUE,PR_FALSE,PR_FALSE);
result = mParser->Parse(str, PR_TRUE,PR_FALSE,PR_TRUE);
if (NS_OK != result) {
return result;
}