_includes/fileformat/fileinfoformat.html in appscms-tools-theme-1.5.7 vs _includes/fileformat/fileinfoformat.html in appscms-tools-theme-1.5.8
- old
+ new
@@ -14,10 +14,10 @@
{%- if fileData.size>0 -%}
<li class="file-li">
<h2 class="feature-h1 text-left my-4">{{fileData.Format}}</h2>
{%- if fileData.fileImg -%}
- <img src="{{fileData.fileImg }}" alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
+ <img src="{{fileData.fileImg }}" alt="img" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
{%- endif -%}
<ol class="file-info-item-list">
{%- if fileData.Pros -%}
<li>
<div>
\ No newline at end of file