Skip to content

Commit 9ed4af1

Browse files
committed
title to alt on img
1 parent a716e06 commit 9ed4af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Themes/ClassicAjax/Default/ProductDisplayListBody.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
@if (product.Imgs.Count > 0)
5858
{
5959
<div class="image">
60-
<img title="@(info.GetXmlProperty("genxml/lang/genxml/textbox/txtsummary"))" src="@ProductImageUrl(info, 160, 0)">
60+
<img alt="@(info.GetXmlProperty("genxml/lang/genxml/textbox/txtsummary"))" src="@ProductImageUrl(info, 160, 0)">
6161
</div>
6262
}
6363
else

0 commit comments

Comments
 (0)