From: Richard Heck Date: Sun, 1 Jun 2008 15:00:23 +0000 (+0000) Subject: Revert inadvertent commit. X-Git-Tag: 1.6.10~4575 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f7db6b62aa37fc0daae3a1624088df7eda99453c;p=features.git Revert inadvertent commit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25054 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index 08d32bfb63..ebce3fa914 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -1553,7 +1553,7 @@ def revert_btprintall(document): "\\end_layout", "\\end_inset"] document.body[i:i] = subst - i = j + len(subst) - 1 + i = j def revert_bahasam(document):