2
0
mirror of https://github.com/koreader/koreader synced 2024-11-20 03:25:34 +00:00
koreader/frontend/apps/reader
Frans de Jonge b8bed49a61
Pass dict_path to dictionary fix_html_func (#7057)
That way images can be made to work in a more generic, portable manner, such as:

```
return function(html, dict_path)
    html = html:gsub('<rref[^>]*>([^<]*%.jpg)</rref>', '<img src="'..dict_path..'res/%1">')
    return html
end
```

Cf. <https://github.com/koreader/koreader/issues/6056>.
2020-12-26 18:30:19 +01:00
..
modules Pass dict_path to dictionary fix_html_func (#7057) 2020-12-26 18:30:19 +01:00
readerui.lua Kindle: Make ReaderActivityIndicator a stub (#7002) 2020-12-18 18:26:58 +01:00
skimtowidget.lua Hide non-linear fragments 2020-11-18 18:28:47 +01:00