From 5ce069fdd3492348eea0d6456086b3d7e5d6576f Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 29 Mar 2014 17:08:23 -0400 Subject: [PATCH] imported latest templates.js --- 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 4926392974..847941c87f 100644 --- a/public/src/templates.js +++ b/public/src/templates.js @@ -75,7 +75,7 @@ } function makeRegex(block) { - return new RegExp("[\\s\\S]*", 'g'); + return new RegExp("[\\s\\S]*?", 'g'); } function makeConditionalRegex(block) {