diff --git a/src/webadmin.c b/src/webadmin.c index 5cee409..2908879 100644 --- a/src/webadmin.c +++ b/src/webadmin.c @@ -187,7 +187,8 @@ char * admin_stringtable[]={ "HTTP/1.0 200 OK\r\n" "Connection: close\r\n" "Cache-Control: no-cache\r\n" - "Content-type: text/xml\r\n" + "Content-type: text/xml; charset=utf-8\r\n" + "Content-disposition: inline; filename=running.xml\r\n" "\r\n" "\r\n" "\r\n"