From 0c54afe5761c3ae50609509761d0ea8b4628ab03 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 21 Feb 2014 20:47:50 -0500 Subject: [PATCH] reverting previous template fix --- public/src/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/templates.js b/public/src/templates.js index 0018b1e974..e4dbb0f69a 100644 --- a/public/src/templates.js +++ b/public/src/templates.js @@ -281,7 +281,7 @@ } function makeRegex(block) { - return new RegExp("([\\s\\S]*?)", 'g'); + return new RegExp("[\\s\\S]*", 'g'); } function makeConditionalRegex(block) {