Преглед на файлове

In the /share page, set the charset explicitly to utf-8.

default преди 1 година
родител
ревизия
f6e06be278
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      httpd.c

+ 1 - 1
httpd.c

@@ -308,7 +308,7 @@ int server_get_handler(xs_dict *req, const char *q_path,
             s = xs_str_new(NULL);
             s = xs_str_new(NULL);
 
 
         status = HTTP_STATUS_OK;
         status = HTTP_STATUS_OK;
-        *ctype = "text/html";
+        *ctype = "text/html; charset=utf-8";
         *body  = xs_fmt(share_page,
         *body  = xs_fmt(share_page,
             xs_dict_get(srv_config, "host"),
             xs_dict_get(srv_config, "host"),
             srv_baseurl,
             srv_baseurl,