string fixes

git-svn-id: svn://10.0.0.236/trunk@69781 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
2000-05-15 12:50:31 +00:00
parent 2817f0d436
commit cc35a79a5c

View File

@@ -158,7 +158,7 @@ nsMathMLmfencedFrame::ReCreateFencesAndSeparators(nsIPresContext* aPresContext)
data = value;
}
else if (NS_CONTENT_ATTR_NOT_THERE == rv)
data = ')'; // default as per the MathML REC
data = PRUnichar(')'); // default as per the MathML REC
else
data = nsAutoString();
@@ -178,7 +178,7 @@ nsMathMLmfencedFrame::ReCreateFencesAndSeparators(nsIPresContext* aPresContext)
data = value;
}
else if (NS_CONTENT_ATTR_NOT_THERE == rv)
data = ','; // default as per the MathML REC
data = PRUnichar(','); // default as per the MathML REC
else
data = nsAutoString();