mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix stupid copy-paste error
Now the conversion to 2.1.x works again
This commit is contained in:
parent
8aa9c11901
commit
c0041e7fa5
@ -615,6 +615,7 @@ def revert_phrases(document):
|
||||
|
||||
i = 0
|
||||
while i < len(document.body):
|
||||
words = document.body[i].split()
|
||||
if len(words) > 1 and words[0] == "\\begin_inset" and \
|
||||
words[1] in ["CommandInset", "External", "Formula", "Graphics", "listings"]:
|
||||
# see convert_phrases
|
||||
|
Loading…
Reference in New Issue
Block a user