mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-28 12:26:59 +00:00
Add a missing subscript in lyx2lyx.
This commit is contained in:
parent
3e6ca9b884
commit
c8fe57580a
@ -1045,7 +1045,7 @@ def revert_mathml_version(document):
|
|||||||
break
|
break
|
||||||
|
|
||||||
# remove XHTML header if using the new value, leave alone otherwise.
|
# remove XHTML header if using the new value, leave alone otherwise.
|
||||||
if "4" in document.header:
|
if "4" in document.header[i]:
|
||||||
document.header[i] = "\\html_math_output 0"
|
document.header[i] = "\\html_math_output 0"
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user