Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
95:8c9dda8a0caf
Parent:
94:d7226b2c14b6
diff -r d7226b2c14b6 -r 8c9dda8a0caf clock/http-clock-html.c
--- a/clock/http-clock-html.c	Tue Apr 16 19:18:27 2019 +0000
+++ b/clock/http-clock-html.c	Thu Apr 18 15:26:29 2019 +0000
@@ -35,9 +35,9 @@
     PageAddAjaxInput      ("Month next epoch starts" , 4, "ajax-leap-month"   , "set-clock-leap-month"  );
     PageAddAjaxInput      ("Current era offset"      , 4, "ajax-leap-count"   , "set-clock-leap-count"  );
 
-    HttpAddText("<div><button type='button' onclick='DisplayLeap()'>Display leap</button></div>\r\n");
+    HttpAddText("<div><button type='button' onclick='displayLeap()'>Display leap</button></div>\r\n");
     
-    HttpAddText("<div>The leap seconds list is available from <a href='https://www.ietf.org/timezones/data/leap-seconds.list' target='_blank'>ietf</a></div>\r\n");
+    HttpAddText("<div>The leap seconds list is available <a href='https://www.ietf.org/timezones/data/leap-seconds.list' target='_blank'>here</a></div>\r\n");
         
     PageAddH2("Governer");
     PageAddAjaxInput      ("Ppb"                     , 5, "ajax-ppb"          , "ppb"           );