Removed duplicated function

Implements #5260
This commit is contained in:
Matteo Biscosi 2021-05-03 18:30:55 +02:00
parent ab54200479
commit 0810ab0244
3 changed files with 2 additions and 14 deletions

View file

@ -4290,18 +4290,6 @@ function builMapHREF(ip_address, vlan_id, map, default_page)
end
end
function remove_html_string(msg)
if (not msg) or (isEmptyString(msg)) then
return ""
end
local end_num = msg:find(">[^>]*$")
local begin_num = msg:find("<")
msg = msg:sub(1, begin_num - 1) .. msg:sub(end_num + 1, -1)
return msg
end
-- #####################
local iec104_typeids = {