mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 23:42:44 +08:00
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}}
|
{{#if emojis.length}}
|
||||||
<div class='section-group'>
|
<div class='section-group'>
|
||||||
{{#each emojis as |emoji|}}
|
{{#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}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user