summaryrefslogtreecommitdiffhomepage
path: root/plugins/websocket/websocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/websocket/websocket.cpp')
-rw-r--r--plugins/websocket/websocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/websocket/websocket.cpp b/plugins/websocket/websocket.cpp
index 884f691..c7119c6 100644
--- a/plugins/websocket/websocket.cpp
+++ b/plugins/websocket/websocket.cpp
@@ -23,7 +23,7 @@ namespace {
std::string HttpStatus(std::string status, std::string message, std::function<plugin_interface_setter_type>& SetResponseHeader)
{
SetResponseHeader("status", status);
- SetResponseHeader("content_type", "text/html");
+ SetResponseHeader("content_type", "text/plain");
return status + " " + message;
}