We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ba0d9 commit c739bb6Copy full SHA for c739bb6
Block/Adminhtml/System/Config/Form/Info.php
@@ -133,7 +133,9 @@ public function render(AbstractElement $element)
133
>
134
<img
135
src="' . $moduleImage . '"
136
- alt=""
+ alt="' .$this->escapeHtml($fullModuleTitle) . '"
137
+ width="64"
138
+ height="64"
139
/>
140
</a>
141
</div>
view/adminhtml/templates/vendors.phtml
@@ -31,6 +31,8 @@ if (!isset($escaper)) {
31
$block->getViewFileUrl('Magefan_Community::images/magefan-logo.png')
32
) ?>"
33
alt="Magefan"
34
+ width="1256"
35
+ height="268"
36
37
38
<h3 class="partner-title">Magefan</h3>
0 commit comments