_layouts/fileInfo.html in appscms-tools-theme-1.5.7 vs _layouts/fileInfo.html in appscms-tools-theme-1.5.8
- old
+ new
@@ -19,10 +19,10 @@
{%- if fileinfoData.H2 -%}
<h2 class="file-info-h2 mb-4">{{fileinfoData.H2}}</h2>
{%- endif -%}
{%- if fileinfoData.img -%}
<img {%- if site.crossorigin -%} crossorigin {%- endif -%} class="file-info-img w-100 h-100 "
- src="{{fileinfoData.img}}" alt="">
+ src="{{fileinfoData.img}}" alt="img">
{%- endif -%}
</div>
{%- if fileinfoData.display_formats -%}
<div>
{%- include fileformat/fileinfoformat.html -%}
\ No newline at end of file