Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
56:f6e814fe0159
Parent:
30:6a08abbe6301
Child:
58:e5ab14ef6ea6
--- a/log/http-log-html.c	Tue Mar 05 16:57:03 2019 +0000
+++ b/log/http-log-html.c	Wed Mar 06 11:43:29 2019 +0000
@@ -11,7 +11,7 @@
     PageAddH1(PageSite, "Log");
     
     HttpAddText("<h2>");
-    PageAddCheckInput("/log", "Log", "clearlog", "clear");
+    PageAddCheckInput("/log", "Log", 0, "clearlog", "clear");
     HttpAddText("</h2>\r\n");
     
     HttpAddText("<code>");