string fixes

git-svn-id: svn://10.0.0.236/trunk@69780 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
2000-05-15 12:47:57 +00:00
parent 1eba7b6bbe
commit 2817f0d436

View File

@@ -138,7 +138,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();