File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
app/code/Magento/Theme/view/frontend/templates/html
dev/tests/integration/testsuite/Magento/Catalog/Controller Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ if (trim($block->getPageTitle())) {
18
18
?>
19
19
<?php if ($ title ): ?>
20
20
<div class="page-title<?php echo $ cssClass ; ?> ">
21
- <h1 class="title" <?php if ($ block ->getId ()): ?> id="<?php echo $ block ->getId ();?> " <?php endif ; ?>
21
+ <h1 class="title"
22
+ <?php if ($ block ->getId ()): ?> id="<?php echo $ block ->getId ();?> " <?php endif ; ?>
22
23
<?php if ($ block ->getAddBaseAttributeAria ()): ?>
23
24
aria-labelledby="<?php echo $ block ->getAddBaseAttributeAria (); ?> "
24
25
<?php endif ; ?> >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public function getViewActionDataProvider()
30
30
'%acategorypath-category-1-category-1-1-category-1-1-1%a ' ,
31
31
'%acategory-category-1-1-1%a ' ,
32
32
'%a<title>Category 1.1.1 - Category 1.1 - Category 1</title>%a ' ,
33
- '%a<h1%S >%SCategory 1.1.1%S</h1>%a ' ,
33
+ '%a<h1%a >%SCategory 1.1.1%S</h1>%a ' ,
34
34
'%aSimple Product Two%a ' ,
35
35
'%a$45.67%a '
36
36
],
@@ -42,7 +42,7 @@ public function getViewActionDataProvider()
42
42
'%acategorypath-category-1-category-1-1%a ' ,
43
43
'%acategory-category-1-1%a ' ,
44
44
'%a<title>Category 1.1 - Category 1</title>%a ' ,
45
- '%a<h1%S >%SCategory 1.1%S</h1>%a ' ,
45
+ '%a<h1%a >%SCategory 1.1%S</h1>%a ' ,
46
46
'%aSimple Product%a ' ,
47
47
'%a$10.00%a ' ,
48
48
'%aSimple Product Two%a ' ,
You can’t perform that action at this time.
0 commit comments