Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
35:dc4333b13aba
Parent:
30:6a08abbe6301
Child:
56:f6e814fe0159
diff -r 30124e188ae1 -r dc4333b13aba fault/http-fault-html.c
--- a/fault/http-fault-html.c	Fri Jan 18 17:41:44 2019 +0000
+++ b/fault/http-fault-html.c	Fri Jan 18 17:49:37 2019 +0000
@@ -9,7 +9,7 @@
 void HttpFaultHtml()
 {
     HttpOk("text/html; charset=UTF-8", "no-cache", NULL, NULL);
-    PageAddHeader(PageSite, "Fault", "settings.css", "NULL");
+    PageAddHeader(PageSite, "Fault", "settings.css", NULL);
     PageAddNav(FAULT_PAGE);
     PageAddH1(PageSite, "Fault");