1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

Html_dump: Show images with plus symbol [#547]

This commit is contained in:
gnosygnu 2019-11-25 16:31:02 -05:00
parent 9e97a7ea9f
commit 38f670649b

View File

@ -94,7 +94,7 @@ public class Xoh_img_wtr implements Bfr_arg, Xoh_wtr_itm {
// url-decode; must decode since HTML will be url-encoded, but fsdb dbs will be actual characters; EX: A%C3%A9b -> A<EFBFBD>b // url-decode; must decode since HTML will be url-encoded, but fsdb dbs will be actual characters; EX: A%C3%A9b -> A<EFBFBD>b
if (lnki_ttl != null) // NOTE: @src and @xowa_title will be null for score if (lnki_ttl != null) // NOTE: @src and @xowa_title will be null for score
lnki_ttl = Gfo_url_encoder_.Mw_wfUrlencode.Decode(lnki_ttl); lnki_ttl = Xoa_ttl.Replace_spaces(Gfo_url_encoder_.Href.Decode(lnki_ttl));
boolean write_xowa_file_title = true; boolean write_xowa_file_title = true;
if (data.Img_pgbnr().Exists()) { if (data.Img_pgbnr().Exists()) {