Browse Source

Fix local variable definition

tags/1.4.0
AL 7 years ago
parent
commit
6c24fd9c5a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/hfilter.lua

+ 1
- 1
src/plugins/lua/hfilter.lua View File

@@ -257,7 +257,7 @@ local function hfilter(task)
end
local hc = nil
if html_text_part then
local hc = html_text_part:get_html()
hc = html_text_part:get_html()
if hc then
local url_len = 0
hc:foreach_tag('a', function(_, len)

Loading…
Cancel
Save