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

Commit ba4b5a6

Browse files
committed
Merge pull request #281 from mateid/patch-1
Image tag is not properly closed, easy fix.
2 parents d02646e + a2dbc20 commit ba4b5a6

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)