From 82308f642a9f9e6ec04bf799e88169ef8d9820a5 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 25 Apr 2013 09:05:17 +0100 Subject: [PATCH] Use the text parser to parse CSS --- core/modules/parsers/textparser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/parsers/textparser.js b/core/modules/parsers/textparser.js index 9605dfba0..053cd2864 100644 --- a/core/modules/parsers/textparser.js +++ b/core/modules/parsers/textparser.js @@ -27,6 +27,7 @@ exports["text/plain"] = TextParser; exports["application/vnd.tiddlywiki2"] = TextParser; exports["application/javascript"] = TextParser; exports["application/json"] = TextParser; +exports["text/css"] = TextParser; })();