Use the plain text parser to display HTML files

We could display the HTML in an IFRAME but I think that's often not
what people want
print-window-tiddler
Jeremy Ruston 2012-11-18 14:57:10 +00:00
rodzic addef09d1c
commit 41db3d89ae
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -21,5 +21,6 @@ PlainTextParser.prototype.parse = function(type,text) {
};
exports["text/plain"] = PlainTextParser;
exports["text/html"] = PlainTextParser;
})();