Mercurial > hg > orthanc
diff Core/HttpServer/FilesystemHttpHandler.cpp @ 2981:eff50153a7b3 db-changes
integration mainline->db-changes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 06 Dec 2018 15:58:08 +0100 |
parents | 9d277f8ad698 |
children | c9c2faf76bec |
line wrap: on
line diff
--- a/Core/HttpServer/FilesystemHttpHandler.cpp Thu Oct 18 10:48:11 2018 +0200 +++ b/Core/HttpServer/FilesystemHttpHandler.cpp Thu Dec 06 15:58:08 2018 +0100 @@ -107,7 +107,7 @@ s += " </body>"; s += "</html>"; - output.SetContentType("text/html"); + output.SetContentType(MimeType_Html); output.Answer(s); }