mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
mumble
This commit is contained in:
parent
9d43fd2ae1
commit
c23f731fae
@ -98,7 +98,7 @@ def revert_url_escapes(document):
|
||||
while True:
|
||||
i = find_token(document.body, "\\begin_inset Flex URL", i)
|
||||
if i == -1:
|
||||
continue
|
||||
return
|
||||
j = find_end_of_inset(document.body, i)
|
||||
if j == -1:
|
||||
document.warning("Malformed LyX document: Could not find end of URL inset.")
|
||||
|
Loading…
Reference in New Issue
Block a user