git-svn-id: svn://10.0.0.236/trunk@671 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-04-25 19:46:11 +00:00
parent 2c5f8ffeb3
commit 8a929464d6
2 changed files with 6 additions and 6 deletions

View File

@@ -287,7 +287,7 @@ PRBool HTMLContentSink::CloseHTML(const nsIParserNode& aNode)
}
NS_IF_RELEASE(mCurrentForm);
return PR_TRUE;
return PR_TRUE;
}
PRBool HTMLContentSink::OpenHead(const nsIParserNode& aNode)
@@ -702,7 +702,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
eHTMLTags parentType;
nsIHTMLContent* parent = GetCurrentContainer(&parentType);
switch (parentType) {
/* switch (parentType) {
case eHTMLTag_table:
case eHTMLTag_tr:
case eHTMLTag_tbody:
@@ -723,7 +723,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
}
break;
}
*/
nsresult rv = NS_OK;
nsIHTMLContent* leaf = nsnull;
switch (aNode.GetTokenType()) {

View File

@@ -287,7 +287,7 @@ PRBool HTMLContentSink::CloseHTML(const nsIParserNode& aNode)
}
NS_IF_RELEASE(mCurrentForm);
return PR_TRUE;
return PR_TRUE;
}
PRBool HTMLContentSink::OpenHead(const nsIParserNode& aNode)
@@ -702,7 +702,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
eHTMLTags parentType;
nsIHTMLContent* parent = GetCurrentContainer(&parentType);
switch (parentType) {
/* switch (parentType) {
case eHTMLTag_table:
case eHTMLTag_tr:
case eHTMLTag_tbody:
@@ -723,7 +723,7 @@ PRBool HTMLContentSink::AddLeaf(const nsIParserNode& aNode)
}
break;
}
*/
nsresult rv = NS_OK;
nsIHTMLContent* leaf = nsnull;
switch (aNode.GetTokenType()) {