This commit is contained in:
Damien Elmes 2011-02-14 03:22:08 +09:00
parent e9ec7f3649
commit c79db601c6

View file

@ -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