Merge pull request #13336 from Chocobo1/webui

Minor WebUI improvements
This commit is contained in:
Mike Tzou
2020-09-09 11:48:55 +08:00
committed by GitHub
9 changed files with 10 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ namespace Http
const char CONTENT_TYPE_HTML[] = "text/html";
const char CONTENT_TYPE_CSS[] = "text/css";
const char CONTENT_TYPE_TXT[] = "text/plain";
const char CONTENT_TYPE_TXT[] = "text/plain; charset=UTF-8";
const char CONTENT_TYPE_JS[] = "application/javascript";
const char CONTENT_TYPE_JSON[] = "application/json";
const char CONTENT_TYPE_GIF[] = "image/gif";