Another attempt to fix the bustage!!!

This commit is contained in:
harishd@netscape.com
1999-11-13 04:56:56 +00:00
parent 7875e6dc33
commit 3e733538e4
4 changed files with 4 additions and 8 deletions

View File

@@ -266,9 +266,7 @@ void CStartToken::DebugDumpSource(nsOutputStream& out) {
void CStartToken::GetSource(nsString& anOutputString){
anOutputString="<";
anOutputString+=mTextValue;
if(mTrailingContent.Length()>0)
anOutputString+=mTrailingContent;
else anOutputString+='>';
anOutputString+=mTrailingContent;
}
/*