Fix html tag stripping

This commit is contained in:
Alfredo Cardigliano 2021-02-26 11:32:29 +01:00
parent 419f657619
commit d90fb8f8a5
2 changed files with 5 additions and 3 deletions

View file

@ -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