From 817aa231676e7117c698124d3c980e494cf6124a Mon Sep 17 00:00:00 2001 From: Dekel Tsur Date: Wed, 28 Aug 2002 12:35:20 +0000 Subject: [PATCH] Fix previous change git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5136 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyxconvert_217.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx2lyx/lyxconvert_217.py b/lib/lyx2lyx/lyxconvert_217.py index 876604ed2c..3b27d54c93 100644 --- a/lib/lyx2lyx/lyxconvert_217.py +++ b/lib/lyx2lyx/lyxconvert_217.py @@ -41,7 +41,7 @@ def update_tabular(lines): break new_table = table_update(lines[i:j]) - lines = lines[:i] + new_table + lines[j:] + lines[i:j] = new_table i = i + len(new_table) col_re = re.compile(r'') -- 2.39.2