mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-25 21:53:17 -05:00
make config pages specify utf-8 content-type
This commit is contained in:
parent
40d97beea1
commit
2b6878495c
@ -94,8 +94,8 @@ typedef struct tag_contenttypes {
|
||||
} CONTENTTYPES;
|
||||
|
||||
CONTENTTYPES config_default_types[] = {
|
||||
{ ".css", "text/css" },
|
||||
{ ".txt", "text/plain" },
|
||||
{ ".css", "text/css; charset=utf-8" },
|
||||
{ ".txt", "text/plain; charset=utf-8" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user