28279: Joe checked in most of the changes to fix quoting, and this

is the rest to remove some extra blank lines. r=jfrancis, a=rickg.


git-svn-id: svn://10.0.0.236/trunk@61693 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2000-02-25 23:26:46 +00:00
parent d646395380
commit 168bf9aee5
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ nsInternetCiter::GetCiteString(const nsString& aInString, nsString& aOutString)
PRUnichar newline ('\n');
PRInt32 i = 0;
PRInt32 length = aInString.Length();
aOutString = "\n\n";
aOutString = "";
PRUnichar uch = newline;
// Loop over the string:

View File

@@ -67,7 +67,7 @@ nsInternetCiter::GetCiteString(const nsString& aInString, nsString& aOutString)
PRUnichar newline ('\n');
PRInt32 i = 0;
PRInt32 length = aInString.Length();
aOutString = "\n\n";
aOutString = "";
PRUnichar uch = newline;
// Loop over the string: