Skip to content

Commit 21ee93e

Browse files
sanganinamrataihor-sviziev
authored andcommitted
Added 'title' attribute to 'img' tag.
1 parent 5c3cd29 commit 21ee93e

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Theme/view/frontend/templates/html/header

1 file changed

+1
-0
lines changed

Diff for: app/code/Magento/Theme/view/frontend/templates/html/header/logo.phtml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<a class="logo" href="<?= $block->getUrl('') ?>" title="<?= /* @escapeNotVerified */ $storeName ?>">
1919
<?php endif ?>
2020
<img src="<?= /* @escapeNotVerified */ $block->getLogoSrc() ?>"
21+
title="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
2122
alt="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
2223
<?= $block->getLogoWidth() ? 'width="' . $block->getLogoWidth() . '"' : '' ?>
2324
<?= $block->getLogoHeight() ? 'height="' . $block->getLogoHeight() . '"' : '' ?>

0 commit comments

Comments
 (0)