Qrome - fixed some HTML in the home page
parent
f5afbbdfac
commit
6c10fcf53c
|
|
@ -822,7 +822,7 @@ void displayPrinterStatus() {
|
||||||
|
|
||||||
html += "</p></div></div>";
|
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
|
server.sendContent(html); // spit out what we got
|
||||||
html = "";
|
html = "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue