commit 53be3321ba361c4cda3ad52fe90b8d170fb1ef52
Author: Uwe Stöhr <[email protected]>
Date: Fri May 15 04:21:47 2015 +0200
lyx2lyx/lyx_2_2.py: a fix
diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py
index 8a0ffa9..087e9c3 100644
--- a/lib/lyx2lyx/lyx_2_2.py
+++ b/lib/lyx2lyx/lyx_2_2.py
@@ -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