diff --git a/client/homebrew/pages/homePage/welcome_msg.md b/client/homebrew/pages/homePage/welcome_msg.md
index 49d1918f0..4324caf1a 100644
--- a/client/homebrew/pages/homePage/welcome_msg.md
+++ b/client/homebrew/pages/homePage/welcome_msg.md
@@ -36,7 +36,7 @@ After clicking the "Print" item in the navbar a new page will open and a print d
If you want to save ink or have a monochrome printer, add the **PRINT → {{fas,fa-tint}} Ink Friendly** snippet to your brew!
}}
- {position:absolute,bottom:20px,left:130px,width:220px}
+ {position:absolute,bottom:20px,left:130px,width:220px}
{{artist,bottom:160px,left:100px
##### Homebrew Mug
@@ -162,7 +162,7 @@ Images must be hosted online somewhere, like [Imgur](https://www.imgur.com). You
Using *Curly Injection* you can assign an id, classes, or inline CSS properties to the Markdown image syntax.
- {width:100px,border:"2px solid",border-radius:10px}
+ {width:100px,border:"2px solid",border-radius:10px}
\* *When using Imgur-hosted images, use the "direct link", which can be found when you click into your image in the Imgur interface.*
diff --git a/themes/Legacy/5ePHB/snippets.js b/themes/Legacy/5ePHB/snippets.js
index 5f610eced..57104f205 100644
--- a/themes/Legacy/5ePHB/snippets.js
+++ b/themes/Legacy/5ePHB/snippets.js
@@ -40,7 +40,7 @@ module.exports = [
icon : 'fas fa-image',
gen : [
'
',
'Credit: Kyounghwan Kim'
].join('\n')
@@ -50,7 +50,7 @@ module.exports = [
icon : 'fas fa-tree',
gen : [
'
'
].join('\n')
},
diff --git a/themes/V3/5ePHB/snippets/coverpage.gen.js b/themes/V3/5ePHB/snippets/coverpage.gen.js
index b2cf80f43..5a3698283 100644
--- a/themes/V3/5ePHB/snippets/coverpage.gen.js
+++ b/themes/V3/5ePHB/snippets/coverpage.gen.js
@@ -96,7 +96,7 @@ module.exports = {
${_.sample(footnote)}
}}
- {position:absolute,bottom:0,left:0,height:100%}
+ {position:absolute,bottom:0,left:0,height:100%}
\page`;
},
@@ -110,7 +110,7 @@ module.exports = {
___
{{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0
- {position:absolute,bottom:0,left:0,height:100%}
+ {position:absolute,bottom:0,left:0,height:100%}
}}
{{logo }}
@@ -126,7 +126,7 @@ module.exports = {
## ${_.sample(subtitles)}
{{imageMaskEdge${_.random(1, 8)},--offset:10cm,--rotation:180
- {position:absolute,bottom:0,left:0,height:100%}
+ {position:absolute,bottom:0,left:0,height:100%}
}}
\page`;
@@ -143,7 +143,7 @@ module.exports = {
For use with any fantasy roleplaying ruleset. Play the best game of your life!
- {position:absolute,bottom:0,left:0,height:100%}
+ {position:absolute,bottom:0,left:0,height:100%}
{{logo

diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js
index dfbdffce3..5eb38d034 100644
--- a/themes/V3/Blank/snippets.js
+++ b/themes/V3/Blank/snippets.js
@@ -631,25 +631,25 @@ module.exports = [
name : 'Image',
icon : 'fas fa-image',
gen : dedent`
-  {width:325px,mix-blend-mode:multiply}`
+  {width:325px,mix-blend-mode:multiply}`
},
{
name : 'Image Wrap Left',
icon : 'fac image-wrap-left',
gen : dedent`
-  {width:280px,margin-right:-3cm,wrapLeft}`
+  {width:280px,margin-right:-3cm,wrapLeft}`
},
{
name : 'Image Wrap Right',
icon : 'fac image-wrap-right',
gen : dedent`
-  {width:280px,margin-left:-3cm,wrapRight}`
+  {width:280px,margin-left:-3cm,wrapRight}`
},
{
name : 'Background Image',
icon : 'fas fa-tree',
gen : dedent`
-  {position:absolute,top:50px,right:30px,width:280px}`
+  {position:absolute,top:50px,right:30px,width:280px}`
},
{
name : 'Watercolor Splatter',
diff --git a/themes/V3/Blank/snippets/imageMask.gen.js b/themes/V3/Blank/snippets/imageMask.gen.js
index 6a9adbf70..e351c0a32 100644
--- a/themes/V3/Blank/snippets/imageMask.gen.js
+++ b/themes/V3/Blank/snippets/imageMask.gen.js
@@ -5,7 +5,7 @@ module.exports = {
center : ()=>{
return dedent`
{{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0
- {height:100%}
+ {height:100%}
}}
\n\n`;
@@ -32,7 +32,7 @@ module.exports = {
const offsetY = (y == 'top' ? '50%' : '-50%');
return dedent`
{{imageMaskCorner${_.random(1, 37)},--offsetX:${offsetX},--offsetY:${offsetY},--rotation:0
- {height:100%}
+ {height:100%}
}}