You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/apps
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>.
3 years ago
..
cloudstorage ftp: guard against nil file (#6640) 4 years ago
filemanager Android: Don't mark the platform as should_restrict_JIT (#7024) 3 years ago
opdscatalog [RTL UI] Bidi-wrap filenames, paths, urls, metadata 4 years ago
reader Pass dict_path to dictionary fix_html_func (#7057) 3 years ago