Reverted escaping

This commit is contained in:
Indu Prakash
2022-11-11 04:45:35 -06:00
parent 3feb7ed869
commit 4b8a47e844
3 changed files with 22 additions and 10 deletions

View File

@ -261,7 +261,7 @@ static int http_rest_app(http_request_t* request) {
poststr(request, htmlDoctype);
poststr(request, "<head><title>");
poststr_escaped(request, CFG_GetDeviceName());
poststr(request, CFG_GetDeviceName());
poststr(request, "</title>");
poststr(request, htmlShortcutIcon);