]> git.lyx.org Git - lyx.git/blobdiff - lib/lyx2lyx/lyx_2_4.py
lyx2lyx: correct placement of (new) local layout
[lyx.git] / lib / lyx2lyx / lyx_2_4.py
index 97a3f3092e34339157ad8a13209fed0eb263125d..8436d9a84c1e57e3d5de5814b4c4a94f68101405 100644 (file)
@@ -2022,7 +2022,7 @@ def revert_linggloss(document):
 
             beginPlain = find_token(document.body, "\\begin_layout Plain Layout", i)
             endInset = find_end_of_inset(document.body, i)
-            endPlain = find_token_backwards(document.body, "\\end_layout", endInset)
+            endPlain = find_end_of_layout(document.body, beginPlain)
             precontent = put_cmd_in_ert(cmd)
             if len(optargcontent) > 0:
                 precontent += put_cmd_in_ert("[") + optargcontent + put_cmd_in_ert("]")