Comparing version 2.4.0 to 2.5.0
{ | ||
"name": "btrz-pdf", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Generates pdf documents based on a liquid template", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -18,3 +18,3 @@ function Localizer(engine) { | ||
} | ||
return await this.liquid.evalValue(`"${str.replace(/"/g, '``')}"`, ctx); | ||
return str.replace(/[\"]/g, '``'); | ||
} | ||
@@ -21,0 +21,0 @@ }); |
413146