Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
56:f6e814fe0159
Parent:
35:dc4333b13aba
Child:
58:e5ab14ef6ea6
--- a/fault/http-fault-html.c	Tue Mar 05 16:57:03 2019 +0000
+++ b/fault/http-fault-html.c	Wed Mar 06 11:43:29 2019 +0000
@@ -23,11 +23,11 @@
         FaultZoneToString(FaultZoneGet(), sizeof(text), text);
         PageAddLabelledValue("Fault zone", 17, text);
         PageAddLabelledInt("After point", 17, FaultPointGet());
-        PageAddCheckInput("/fault", "Clear fault", "faultclear", "clear");
+        PageAddCheckInput("/fault", "Clear fault", 0, "faultclear", "clear");
     }
     else
     {
-        PageAddCheckInput("/fault", "Test fault", "faulttest", "test");
+        PageAddCheckInput("/fault", "Test fault", 0, "faulttest", "test");
     }
     
     PageAddEnd();