mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +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 += put_cmd_in_ert(ec)
|
||||
repl += chunks[-1:]
|
||||
if line[-1:] == ec:
|
||||
repl += put_cmd_in_ert(ec)
|
||||
document.body[k:k+1] = repl
|
||||
i += 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user