Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
58:e5ab14ef6ea6
Parent:
56:f6e814fe0159
Child:
77:4689596a2f3f
diff -r 8fa31ff4e773 -r e5ab14ef6ea6 log/http-log-html.c
--- a/log/http-log-html.c	Thu Mar 07 13:40:12 2019 +0000
+++ b/log/http-log-html.c	Fri Mar 08 16:07:56 2019 +0000
@@ -11,7 +11,7 @@
     PageAddH1(PageSite, "Log");
     
     HttpAddText("<h2>");
-    PageAddCheckInput("/log", "Log", 0, "clearlog", "clear");
+    PageAddInputButton(0, "Log", "clear", "/log", "clearlog");
     HttpAddText("</h2>\r\n");
     
     HttpAddText("<code>");