mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix convert_index_sc method
This commit is contained in:
parent
eb16ecf8b6
commit
a6fbb8677e
@ -661,8 +661,6 @@ def convert_index_sc(document):
|
|||||||
repl += [ch]
|
repl += [ch]
|
||||||
repl += put_cmd_in_ert(ec)
|
repl += put_cmd_in_ert(ec)
|
||||||
repl += chunks[-1:]
|
repl += chunks[-1:]
|
||||||
if line[-1:] == ec:
|
|
||||||
repl += put_cmd_in_ert(ec)
|
|
||||||
document.body[k:k+1] = repl
|
document.body[k:k+1] = repl
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user