mondo improvements to DTD
git-svn-id: svn://10.0.0.236/trunk@19137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user