We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd565b3 commit 12f0976Copy full SHA for 12f0976
2 files changed
app/back-end/builddata.json
@@ -1,4 +1,4 @@
1
{
2
"version": "0.46.4",
3
- "build": 17047
4
-}
+ "build": 17048
+}
app/back-end/modules/render-html/helpers/template.js
@@ -385,6 +385,8 @@ class TemplateHelper {
385
}
386
387
388
+ // Fix for Windows
389
+ userPartials = userPartials.map(partial => partial.replace(/\\/gmi, '/'));
390
return userPartials;
391
392
0 commit comments