From 85854fe9c03b1188ceae65655bc3eddf4cc7cf0c Mon Sep 17 00:00:00 2001 From: nagyrobi Date: Wed, 10 Mar 2021 11:24:51 +0100 Subject: [PATCH] Update hasp_http.cpp Add `` to head of the webpages so that diacritics are rendered properly by the web browsers. --- src/svc/hasp_http.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/svc/hasp_http.cpp b/src/svc/hasp_http.cpp index 1525a60f..9b6e4006 100644 --- a/src/svc/hasp_http.cpp +++ b/src/svc/hasp_http.cpp @@ -72,7 +72,7 @@ const char MAIN_MENU_BUTTON[] PROGMEM = const char MIT_LICENSE[] PROGMEM = "
MIT License

"; const char HTTP_DOCTYPE[] PROGMEM = - ""; const char HTTP_META_GO_BACK[] PROGMEM = ""; const char HTTP_HEADER[] PROGMEM = "%s"; @@ -2118,4 +2118,4 @@ size_t httpClientWrite(const uint8_t * buf, size_t size) return bytes_sent; } -#endif \ No newline at end of file +#endif