mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix delimiters.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31988 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
177ff11cfb
commit
963c22353a
@ -163,8 +163,8 @@ void InsetMathDelim::mathematica(MathematicaStream & os) const
|
||||
|
||||
void InsetMathDelim::mathmlize(MathStream & os) const
|
||||
{
|
||||
os << "<fenced open=\"" << left_ << "\" close=\""
|
||||
<< right_ << "\">" << cell(0) << "</fenced>";
|
||||
os << "<mfenced open=\"" << left_ << "\" close=\""
|
||||
<< right_ << "\">" << cell(0) << "</mfenced>";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user