Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Aug 20, 2020
1 parent 74fcd3d commit b011bdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
?>
<a target="_imagePopup" href="<?=$this->escapeHtml($image)?>">
<span class="sr-only">Open large image</a>
<span class="sr-only">Open large image</span>
<img alt="" src="<?=$this->escapeHtml($thumb)?>" />
</a>
</td>
Expand All @@ -53,4 +53,4 @@
</tr>
<?php endforeach; ?>
</table>
<?php endif; ?>
<?php endif; ?>

0 comments on commit b011bdc

Please sign in to comment.