From b96754bd88936a71a42ad748de18a40f691d5662 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Thu, 18 Oct 2007 16:49:22 +0000 Subject: [PATCH] Fix lyx2lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21038 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_1_6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5