We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a716e06 commit 9ed4af1Copy full SHA for 9ed4af1
Themes/ClassicAjax/Default/ProductDisplayListBody.cshtml
@@ -57,7 +57,7 @@
57
@if (product.Imgs.Count > 0)
58
{
59
<div class="image">
60
- <img title="@(info.GetXmlProperty("genxml/lang/genxml/textbox/txtsummary"))" src="@ProductImageUrl(info, 160, 0)">
+ <img alt="@(info.GetXmlProperty("genxml/lang/genxml/textbox/txtsummary"))" src="@ProductImageUrl(info, 160, 0)">
61
</div>
62
}
63
else
0 commit comments