diff --git a/files/usr/lib/lua/aredn/html.lua b/files/usr/lib/lua/aredn/html.lua index 58b5767e..812d22df 100644 --- a/files/usr/lib/lua/aredn/html.lua +++ b/files/usr/lib/lua/aredn/html.lua @@ -73,11 +73,11 @@ function html.alert_banner() local supported = aredn.hardware.supported() if supported == 0 then - html.print("
") + html.print("") elseif supported == -2 then - html.print("") + html.print("") elseif supported ~= 1 then - html.print("") + html.print("") end if aredn_message and #aredn_message > 0 then