git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16886 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-27 16:40:39 +00:00
parent 4a2570bc0c
commit 8b31062e50

View File

@ -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]