diff --git a/lib/util.js b/lib/util.js index 8d668f6a..02566ae8 100644 --- a/lib/util.js +++ b/lib/util.js @@ -269,7 +269,7 @@ }); if (~result.indexOf('{{')) - result = result.replace(/{{.*}}/g, ''); + result = result.replace(/{{.*?}}/g, ''); return result; };