mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36019 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c5fb71f2c1
commit
7dad1e1c5d
@ -444,7 +444,7 @@ def revert_tabularvalign(document):
|
|||||||
j = find_token(document.body, "</cell>", i)
|
j = find_token(document.body, "</cell>", i)
|
||||||
if j == -1:
|
if j == -1:
|
||||||
document.warning("Malformed LyX document: Could not find end of tabular cell.")
|
document.warning("Malformed LyX document: Could not find end of tabular cell.")
|
||||||
i = j
|
i += 1
|
||||||
continue
|
continue
|
||||||
# don't set a box for longtables, only delete tabularvalignment
|
# don't set a box for longtables, only delete tabularvalignment
|
||||||
# the alignment is 2 lines below \\begin_inset Tabular
|
# the alignment is 2 lines below \\begin_inset Tabular
|
||||||
|
Loading…
Reference in New Issue
Block a user