diff --git a/core/modules/parsers/plaintextparser.js b/core/modules/parsers/plaintextparser.js index dee70daf9..422d38cfd 100644 --- a/core/modules/parsers/plaintextparser.js +++ b/core/modules/parsers/plaintextparser.js @@ -21,5 +21,6 @@ PlainTextParser.prototype.parse = function(type,text) { }; exports["text/plain"] = PlainTextParser; +exports["text/html"] = PlainTextParser; })();