From a0f7b85bddcd8b57cc45abf456fc371826cdbcab Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 14 Oct 2016 09:41:38 -0700 Subject: [PATCH] Removed an HTML template hack (should only affect the Node environment) --- modules/htmlout/lib/htmlout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/htmlout/lib/htmlout.js b/modules/htmlout/lib/htmlout.js index 741f65b86..c7f69d4ef 100644 --- a/modules/htmlout/lib/htmlout.js +++ b/modules/htmlout/lib/htmlout.js @@ -796,7 +796,7 @@ HTMLOut.prototype.setData = function(err, sData, sFile, fTemplate) * We cheat slightly and insert one of those tokens right now, because otherwise * the template file itself would not render correctly in your web browser. */ - this.sTemplate = sData.replace("/modules/shared/templates/common.css", "/versions/pcx86//common.css"); + this.sTemplate = sData; // .replace("/modules/shared/templates/common.css", "/versions/pcx86//common.css"); this.sHTML = this.sTemplate; /*