Fix stupid copy-paste error

Now the conversion to 2.1.x works again
This commit is contained in:
Georg Baum 2015-03-02 20:57:26 +01:00
parent 8aa9c11901
commit c0041e7fa5

View File

@ -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