Browse Source

[Minor] Fix html tags use

tags/3.0
Vsevolod Stakhov 3 years ago
parent
commit
3b872989f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lualib/rspamadm/mime.lua

+ 1
- 1
lualib/rspamadm/mime.lua View File

@@ -397,7 +397,7 @@ local function extract_handler(opts)
end
local content = tag:get_content()
if content then
elt.content = content
elt.content = tostring(content)
end
table.insert(res, elt)
end)

Loading…
Cancel
Save