From 7dad1e1c5d0c1e8a65e9d2ba840a61ef98ef1758 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 3 Nov 2010 22:19:09 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36019 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_2_0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 4e17ca15ff..e310f9dd42 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -444,7 +444,7 @@ def revert_tabularvalign(document): j = find_token(document.body, "", i) if j == -1: document.warning("Malformed LyX document: Could not find end of tabular cell.") - i = j + i += 1 continue # don't set a box for longtables, only delete tabularvalignment # the alignment is 2 lines below \\begin_inset Tabular -- 2.39.5