File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/code/Magento/Theme/view/frontend/templates Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $cssClass = $block->getCssClass() ? ' ' . $block->getCssClass() : '';
13
13
$ titleHtml = '' ;
14
14
if (trim ($ block ->getPageHeading ())) {
15
15
$ titleHtml = '<span class="base" data-ui-id="page-title-wrapper" '
16
- . $ block ->escapeHtml ( $ block -> getAddBaseAttribute () )
16
+ . $ block ->getAddBaseAttribute ()
17
17
. '> '
18
18
. $ block ->escapeHtml ($ block ->getPageHeading ())
19
19
. '</span> ' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ if (!empty($attr)) {
11
11
$ attributes .= ' ' . $ attribute . '=" ' . $ value . '" ' ;
12
12
}
13
13
}
14
- echo
14
+ ?>
15
+ <?=
15
16
'< '
16
17
. $ block ->escapeHtml ($ block ->getTag ())
17
18
. $ block ->escapeHtml ($ attributes )
20
21
. '</ '
21
22
. $ block ->escapeHtml ($ block ->getTag ())
22
23
. '> ' ;
24
+ ?>
You can’t perform that action at this time.
0 commit comments