mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
make config pages specify utf-8 content-type
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user