Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
83:0d956edd55b7
Parent:
77:4689596a2f3f
--- a/fault/http-fault-html.c	Tue Mar 26 13:42:01 2019 +0000
+++ b/fault/http-fault-html.c	Sat Apr 06 11:21:14 2019 +0000
@@ -23,11 +23,11 @@
         FaultZoneToString(FaultZoneGet(), sizeof(text), text);
         PageAddLabelledText("Fault zone" , text);
         PageAddLabelledInt ("After point", FaultPointGet());
-        PageAddInputButton ("Clear fault", "clear", "/fault", "faultclear");
+        PageAddInputButton ("Clear fault", "Clear", "/fault", "faultclear");
     }
     else
     {
-        PageAddInputButton("Test fault"   ,  "test",  "/fault", "faulttest");
+        PageAddInputButton("Test fault"   ,  "Test",  "/fault", "faulttest");
     }
     
     PageAddEnd();