]> git.lyx.org Git - features.git/commitdiff
Fix typo.
authorRichard Heck <rgheck@comcast.net>
Wed, 3 Nov 2010 22:19:09 +0000 (22:19 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 3 Nov 2010 22:19:09 +0000 (22:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36019 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_2_0.py

index 4e17ca15ff468d96f933aa0256e68c891b80fbe1..e310f9dd429988b80c74b29947069588e0bef632 100644 (file)
@@ -444,7 +444,7 @@ def revert_tabularvalign(document):
        j = find_token(document.body, "</cell>", 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