From 73d27f4d13461c2f23012851e12c36f0f076c8ec Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 11 Feb 2022 20:32:25 +0000 Subject: [PATCH] Fix sysinfo link (#216) --- files/usr/lib/lua/aredn/html.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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("
!!!! UNSUPPORTED DEVICE !!!!
") + html.print("
!!!! UNSUPPORTED DEVICE !!!!
") elseif supported == -2 then - html.print("
!!!! THIS DEVICE IS STILL BEING TESTED !!!!
") + html.print("
!!!! THIS DEVICE IS STILL BEING TESTED !!!!
") elseif supported ~= 1 then - html.print("
!!!! UNTESTED HARDWARE !!!!
") + html.print("
!!!! UNTESTED HARDWARE !!!!
") end if aredn_message and #aredn_message > 0 then