mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
typo
This commit is contained in:
parent
e9ec7f3649
commit
c79db601c6
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def escapeImages(string):
|
|||
if re.match("(https?|ftp)://", fname):
|
||||
return tag
|
||||
return tag.replace(
|
||||
fname, taglib.quote(fname.encode("utf-8")))
|
||||
fname, urllib.quote(fname.encode("utf-8")))
|
||||
return re.sub(regexps[1], repl, string)
|
||||
|
||||
# Rebuilding DB
|
||||
|
|
Loading…
Reference in a new issue