]> git.lyx.org Git - lyx.git/commitdiff
Fix lyx2lyx
authorEnrico Forestieri <forenr@lyx.org>
Thu, 18 Oct 2007 16:49:22 +0000 (16:49 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 18 Oct 2007 16:49:22 +0000 (16:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21038 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index b142d7d8ec70d0f9c25caf780d5a1fa9be838335..7bd38a2e6bdc38a4ae64377b042e744757f4b93d 100644 (file)
@@ -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