string fixes
git-svn-id: svn://10.0.0.236/trunk@69780 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user