From: Uwe Stöhr Date: Fri, 15 May 2015 02:21:47 +0000 (+0200) Subject: lyx2lyx/lyx_2_2.py: a fix X-Git-Tag: 2.2.0alpha1~832 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=53be3321ba361c4cda3ad52fe90b8d170fb1ef52;p=lyx.git lyx2lyx/lyx_2_2.py: a fix --- diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 8a0ffa9173..087e9c35e5 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