Skip to content

Commit 0189714

Browse files
Update html-widget-blockquote.js
1 parent 75c28e6 commit 0189714

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

add-ons/html-widget-blockquote.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
HTML Widget blockquote 1.1
33
https://github.com/Normal-Tangerine8609/Scriptable-HTML-Widget/blob/main/add-ons/html-widget-blockquote.js
44
5-
- Compatible with HTML Widget 5.00
6-
- fixed height spelling
5+
- Compatible with HTML Widget 6.00
76
*/
87
module.exports = async (
98
validate,
@@ -50,14 +49,14 @@ module.exports = async (
5049
styles["bar-background"] || "black-white"
5150
}" corner-radius="${styles["bar-corner-radius"] || null}">
5251
</stack>
53-
<spacer space="${space}">
52+
<spacer space="${space}"/>
5453
<stack background="${
5554
styles.background || "rgb(0,0,0,50%)-rgb(255,255,255,50%)"
5655
}" corner-radius="${styles["corner-radius"] || null}" spacing="${
5756
styles.spacing || null
5857
}" padding="${styles.padding || 3}" layout="${
5958
styles.layout || "vertically"
60-
}" size="${contentWidth + "," + height}" children>
59+
}" size="${contentWidth + "," + height}" children="">
6160
</stack>
6261
</stack>
6362
`)

0 commit comments

Comments
 (0)