From 6c10fcf53c6d3f46cb09e16bfa0a0cff14131f49 Mon Sep 17 00:00:00 2001 From: Chrome Legion Date: Sat, 13 Apr 2019 21:36:13 -0700 Subject: [PATCH] Qrome - fixed some HTML in the home page --- printermonitor/printermonitor.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printermonitor/printermonitor.ino b/printermonitor/printermonitor.ino index 7626c2f..259f22f 100644 --- a/printermonitor/printermonitor.ino +++ b/printermonitor/printermonitor.ino @@ -561,7 +561,7 @@ void handleConfigure() { html = getHeader(); server.sendContent(html); - CHANGE_FORM = "

Station Config:

" + CHANGE_FORM = "

Station Config:

" "

" "

"; if (printerClient.getPrinterType() == "OctoPrint") { @@ -822,7 +822,7 @@ void displayPrinterStatus() { html += "

"; - html += "

Time: " + displayTime + "

"; + html += "

Time: " + displayTime + "

"; server.sendContent(html); // spit out what we got html = "";