FIX: img width and height should be in quotes (#10675)
This commit is contained in:
parent
53e281a3fd
commit
15b3477145
|
@ -77,7 +77,7 @@
|
|||
{{#if emojis.length}}
|
||||
<div class='section-group'>
|
||||
{{#each emojis as |emoji|}}
|
||||
<img title="{{emoji.code}}" width=20 height=20 loading="lazy" class="emoji" src="{{emoji.src}}">
|
||||
<img title="{{emoji.code}}" width="20" height="20" loading="lazy" class="emoji" src="{{emoji.src}}">
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue