mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 15:46:16 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16886 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4a2570bc0c
commit
8b31062e50
@ -372,7 +372,7 @@ def convert_comment(document):
|
||||
#but if this happens deal with it greacefully adding
|
||||
#the missing \end_deeper.
|
||||
i = len(document.body) - 1
|
||||
document.body[i:i] = ["\end_deeper",""]
|
||||
document.body[i:i] = ["\\end_deeper",""]
|
||||
return
|
||||
else:
|
||||
del document.body[i]
|
||||
|
Loading…
Reference in New Issue
Block a user