mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
MathML: replace HTML entities with XML ones in more places
This part should have been committed with bc73a857
in the first place.
This commit is contained in:
parent
5f7c26fbe5
commit
66fab70388
@ -153,11 +153,11 @@ void InsetMathExInt::mathmlize(MathMLStream & ms) const
|
||||
ms << ETag("msup");
|
||||
ms << cell(0)
|
||||
<< "<" << from_ascii(ms.namespacedTag("mo")) << "> "
|
||||
<< " ⁢ "
|
||||
<< " ⁢ "
|
||||
<< "</" << from_ascii(ms.namespacedTag("mo")) << ">"
|
||||
<< MTag("mrow")
|
||||
<< "<" << from_ascii(ms.namespacedTag("mo")) << "> "
|
||||
<< " ⅆ "
|
||||
<< " ⅆ "
|
||||
<< "</" << from_ascii(ms.namespacedTag("mo")) << ">"
|
||||
<< cell(1)
|
||||
<< ETag("mrow");
|
||||
|
Loading…
Reference in New Issue
Block a user