mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
lyx2lyx/lyx_1_6.py: fix a comma
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1bf589ad1e
commit
d162028a9c
@ -391,7 +391,6 @@ def revert_latexcommand_index(document):
|
||||
i = i + 5
|
||||
|
||||
|
||||
|
||||
def revert_wraptable(document):
|
||||
"Revert wrap table to wrap figure."
|
||||
i = 0
|
||||
@ -420,7 +419,7 @@ convert = [[277, [fix_wrong_tables]],
|
||||
[286, []],
|
||||
[287, [convert_wrapfig_options]],
|
||||
[288, [convert_inset_command]],
|
||||
[289, [convert_latexcommand_index]]
|
||||
[289, [convert_latexcommand_index]],
|
||||
[290, []]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user