diff --git a/src/pyj/read_book/ui.pyj b/src/pyj/read_book/ui.pyj index 7e1c248ded..ebdb8d4086 100644 --- a/src/pyj/read_book/ui.pyj +++ b/src/pyj/read_book/ui.pyj @@ -317,7 +317,7 @@ class ReadUI: for fname in files_left: if fname is not raster_cover_name: - start_download(fname, base_path + encodeURIComponent(fname)) + start_download(fname, base_path + encodeURIComponent(fname).replace(/%2[fF]/, '/')) def ensure_maths(self, proceed): self.db.get_mathjax_info(def(mathjax_info):