]> git.lyx.org Git - features.git/commitdiff
fix typo
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 27 Jan 2007 16:40:39 +0000 (16:40 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 27 Jan 2007 16:40:39 +0000 (16:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16886 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_4.py

index e67e86f8f56a4e0acb3755b1578a684677554c12..cd69f9f09a43920217b0be5362a5f657e9132e11 100644 (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]