From: Enrico Forestieri Date: Thu, 18 Oct 2007 16:49:22 +0000 (+0000) Subject: Fix lyx2lyx X-Git-Tag: 1.6.10~7793 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b96754bd88936a71a42ad748de18a40f691d5662;p=lyx.git Fix lyx2lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21038 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index b142d7d8ec..7bd38a2e6b 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -582,7 +582,7 @@ def revert_href(document): i = find_token(document.body, "\\begin_inset CommandInset href", i) if i == -1: return - document.body[i : i + 2] = + document.body[i : i + 2] = \ ["\\begin_inset CommandInset url", "LatexCommand url"] i = i + 2