From: Richard Heck Date: Wed, 3 Nov 2010 22:19:09 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.0.0~2093 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7dad1e1c5d0c1e8a65e9d2ba840a61ef98ef1758;p=features.git Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36019 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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