mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix copy-paste error.
Candidate for stable.
This commit is contained in:
parent
7f4b81a9f7
commit
305d449a47
@ -3672,7 +3672,7 @@ def convert_captionlayouts(document):
|
|||||||
|
|
||||||
document.body[j:j] = ["\\end_layout", "", "\\end_inset", "", ""]
|
document.body[j:j] = ["\\end_layout", "", "\\end_inset", "", ""]
|
||||||
document.body[i:i+1] = ["\\begin_layout %s" % document.default_layout,
|
document.body[i:i+1] = ["\\begin_layout %s" % document.default_layout,
|
||||||
"\\begin_inset Caption %s" % caption_dict[val], "",
|
"\\begin_inset Caption %s" % caption_dict[captype], "",
|
||||||
"\\begin_layout %s" % document.default_layout]
|
"\\begin_layout %s" % document.default_layout]
|
||||||
i = j + 1
|
i = j + 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user