Qrome - fixed some HTML in the home page

pull/99/head
Chrome Legion 2019-04-13 21:36:13 -07:00
parent f5afbbdfac
commit 6c10fcf53c
1 changed files with 2 additions and 2 deletions

View File

@ -822,7 +822,7 @@ void displayPrinterStatus() {
html += "</p></div></div>";
html += "<div class='w3-cell-row' style='width:100%'><h2>Time: " + displayTime + "</h2></div><div class='w3-cell-row'>";
html += "<div class='w3-cell-row' style='width:100%'><h2>Time: " + displayTime + "</h2></div>";
server.sendContent(html); // spit out what we got
html = "";