Skip to content

Commit a9ff095

Browse files
ENGCOM-3576: style: change b to strong (a11y) #19421
- Merge Pull Request #19421 from DanielRuf/magento2:style/change-b-to-strong - Merged commits: 1. 072660e 2. 31e8a66
2 parents f0aa8d8 + 31e8a66 commit a9ff095

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

dev/tests/integration/testsuite/Magento/Email/Model/Template/FilterTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,22 +130,22 @@ public function layoutDirectiveDataProvider()
130130
'area parameter - omitted' => [
131131
'adminhtml',
132132
'handle="email_template_test_handle"',
133-
'<b>Email content for frontend/Magento/default theme</b>',
133+
'<strong>Email content for frontend/Magento/default theme</strong>',
134134
],
135135
'area parameter - frontend' => [
136136
'adminhtml',
137137
'handle="email_template_test_handle" area="frontend"',
138-
'<b>Email content for frontend/Magento/default theme</b>',
138+
'<strong>Email content for frontend/Magento/default theme</strong>',
139139
],
140140
'area parameter - backend' => [
141141
'frontend',
142142
'handle="email_template_test_handle" area="adminhtml"',
143-
'<b>Email content for adminhtml/Magento/default theme</b>',
143+
'<strong>Email content for adminhtml/Magento/default theme</strong>',
144144
],
145145
'custom parameter' => [
146146
'frontend',
147147
'handle="email_template_test_handle" template="Magento_Email::sample_email_content_custom.phtml"',
148-
'<b>Custom Email content for frontend/Magento/default theme</b>',
148+
'<strong>Custom Email content for frontend/Magento/default theme</strong>',
149149
],
150150
];
151151
return $result;

setup/view/magento/setup/extension-grid.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
?>
710
<h2 class="page-title">{{$state.current.header}}</h2>
811

0 commit comments

Comments
 (0)