From d1db4a86d796fd02b3947377a96ee7d00a007f32 Mon Sep 17 00:00:00 2001 From: Justin Theberge Date: Thu, 7 Apr 2016 22:47:03 -0400 Subject: [PATCH] fix an oops --- header.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/header.html b/header.html index 09d4ed8d..ffe39d72 100644 --- a/header.html +++ b/header.html @@ -104,14 +104,14 @@

Status

- = "0") { - echo 'Status Nominal'; - } else { - echo 'Status Offline'; - } - ?> + "0") { + echo 'Status Nominal'; + } else { + echo 'Status Offline'; + } + ?>