mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[CI] Add a check to detect tab in lua files (#3919)
This commit is contained in:
committed by
Frans de Jonge
parent
0fc7a5ed6d
commit
dad7f209fa
@@ -80,8 +80,8 @@ end
|
||||
-- HTML quality) in a file named as the .ifo with a .lua
|
||||
-- extension, containing for example:
|
||||
-- return function(html)
|
||||
-- html = html:gsub("<hr>", "<hr/>")
|
||||
-- return html
|
||||
-- html = html:gsub("<hr>", "<hr/>")
|
||||
-- return html
|
||||
-- end
|
||||
local function getDictionaryFixHtmlFunc(path)
|
||||
if lfs.attributes(path, "mode") == "file" then
|
||||
|
||||
Reference in New Issue
Block a user