mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix html tag stripping
This commit is contained in:
parent
419f657619
commit
d90fb8f8a5
2 changed files with 5 additions and 3 deletions
|
|
@ -2041,7 +2041,6 @@ function alert_utils.formatAlertNotification(notif, options)
|
|||
|
||||
if options.nohtml then
|
||||
msg = msg .. noHtml(alert_message)
|
||||
msg = msg:gsub(' ', "")
|
||||
else
|
||||
msg = msg .. alert_message
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue