Add filename to XML data

This commit is contained in:
z3APA3A 2018-05-22 19:15:31 +03:00
parent 3d9ac1e1fb
commit 46be58ab1d

View File

@ -187,7 +187,8 @@ char * admin_stringtable[]={
"HTTP/1.0 200 OK\r\n" "HTTP/1.0 200 OK\r\n"
"Connection: close\r\n" "Connection: close\r\n"
"Cache-Control: no-cache\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"
"<?xml version=\"1.0\"?>\r\n" "<?xml version=\"1.0\"?>\r\n"
"<?xml-stylesheet href=\"/SX\" type=\"text/css\"?>\r\n" "<?xml-stylesheet href=\"/SX\" type=\"text/css\"?>\r\n"