mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Fixing issue #1170
Add an empty alt attribute for <img tag , to fixing broken empty image placement in firefox as suggested by @bharatjilledumudi
This commit is contained in:
parent
fef1818f4a
commit
98dce87740
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
{{#if embedlyKeyExists}}
|
||||
<div class="post-thumbnail-outer-wrapper" style="{{outerStyle}}">
|
||||
<div class="post-thumbnail-inner-wrapper" style="{{innerStyle}}">
|
||||
<img src="{{this.value}}" class="post-thumbnail-preview" style="{{style}}"/>
|
||||
<img src="{{this.value}}" class="post-thumbnail-preview" alt="" style="{{style}}"/>
|
||||
<div class="post-thumbnail-loading">{{>spinner}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -16,4 +16,4 @@
|
|||
<p>{{_ "please_ask_your_admin_to_fill_in_embedly_key"}}</p>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</template>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue