Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit a2dbc20

Browse files
committed
Image tag is not properly closed, easy fix.
1 parent d02646e commit a2dbc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/templates/images-image.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<figure contenteditable="false">
2-
<img src="{{img}}" alt="">
2+
<img src="{{img}}" alt="" />
33
{{#if progress }}
44
<div class="medium-insert-images-progress"></div>
55
{{/if}}
6-
</figure>
6+
</figure>

0 commit comments

Comments
 (0)