]> git.lyx.org Git - lyx.git/commitdiff
lyx2lyx/lyx_2_2.py: a fix
authorUwe Stöhr <uwestoehr@lyx.org>
Fri, 15 May 2015 02:21:47 +0000 (04:21 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Fri, 15 May 2015 02:21:47 +0000 (04:21 +0200)
lib/lyx2lyx/lyx_2_2.py

index 8a0ffa9173eb1b8496e3b405b6027beee98a4e08..087e9c35e51ee7338be89377a5ed0e0af7f6ce7d 100644 (file)
@@ -964,7 +964,7 @@ def convert_BoxFeatures(document):
         i = find_token(document.body, "height_special", i)
         if i == -1:
             return
-        document.body.insert(i + 1, 'thickness "0.4pt"\nseparation "3pt"\nshadowsize "4pt"\n')
+        document.body.insert(i + 1, 'thickness "0.4pt"\nseparation "3pt"\nshadowsize "4pt"')
         i = i + 1