mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix lyx2lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21038 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0780a505eb
commit
b96754bd88
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user