Commit 3b7c03c
authored
Fix duplicate 'img' tag in standalone button image preview
Fix issue causing a missing image preview by addressing the duplication of the 'img' tag in the code. Previously, the use of <img> resulted in the generation of <img><img /> </img>, leading to the absence of a preview.1 parent 6e79e4e commit 3b7c03c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments