fixed PDT+19121; r=kmcclusk

git-svn-id: svn://10.0.0.236/trunk@55130 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-12-03 00:30:29 +00:00
parent 1cd55fd548
commit 6d81d0e4d1
21 changed files with 231 additions and 128 deletions

View File

@@ -207,8 +207,8 @@ public:
*/
CViewSourceHTML::CViewSourceHTML() : nsIDTD(),
mStartTag("start"), mEndTag("end"), mCommentTag("comment"),
mDocTypeTag("doctype"), mPITag("pi"), mEntityTag("entity"),
mText("txt"), mKey("key"), mValue("val"), mCDATATag("cdata")
mCDATATag("cdata"), mDocTypeTag("doctype"), mPITag("pi"),
mEntityTag("entity"), mText("txt"), mKey("key"), mValue("val")
{
NS_INIT_REFCNT();
mParser=0;
@@ -221,9 +221,10 @@ CViewSourceHTML::CViewSourceHTML() : nsIDTD(),
gDumpFile = new fstream("c:/temp/viewsource.xml",ios::trunc);
#endif
}
/**
* Default destructor
*