Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: fault/http-fault-html.c
- 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");