mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
another lyx2lyx fix for index
This commit is contained in:
parent
01f5efbe13
commit
ccdf8ba701
@ -661,8 +661,6 @@ def convert_index_sc(document):
|
||||
line = document.body[k]
|
||||
chunks = line.split(ec)
|
||||
repl = []
|
||||
if line[0] == ec:
|
||||
repl = put_cmd_in_ert(ec)
|
||||
chunks_len = len(chunks)-1
|
||||
for ch in chunks[:-1]:
|
||||
repl += [ch]
|
||||
|
Loading…
Reference in New Issue
Block a user