mirror of
https://github.com/koreader/koreader
synced 2024-11-20 03:25:34 +00:00
b8bed49a61
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>. |
||
---|---|---|
.. | ||
modules | ||
readerui.lua | ||
skimtowidget.lua |