mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix comment
This commit is contained in:
parent
52d31155c1
commit
1512216909
@ -119,7 +119,7 @@ def revert_url_escapes(document):
|
||||
k = surl
|
||||
|
||||
def convert_url_escapes2(document):
|
||||
"""Unescape / in URLs with hyperref."""
|
||||
"""Unescape backslashes in URLs with hyperref."""
|
||||
|
||||
i = find_token(document.header, "\\use_hyperref true", 0)
|
||||
|
||||
@ -144,7 +144,7 @@ def convert_url_escapes2(document):
|
||||
i = bs + 1
|
||||
|
||||
def revert_url_escapes2(document):
|
||||
"""Escape / in URLs with hyperref."""
|
||||
"""Escape backslashes in URLs with hyperref."""
|
||||
|
||||
i = find_token(document.header, "\\use_hyperref true", 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user