Skip to content

Commit 5fae450

Browse files
author
Hwashiang Yu
committed
MAGETWO-56444: UI-Related Modules Template Update
- Corrected theme title template
1 parent 84df6c4 commit 5fae450

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/view/frontend/templates/html/title.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $cssClass = $block->getCssClass() ? ' ' . $block->getCssClass() : '';
1111
$titleHtml = '';
1212
if (trim($block->getPageHeading())) {
1313
$titleHtml = '<span class="base" data-ui-id="page-title-wrapper" '
14-
. $block->getAddBaseAttribute()
14+
. $block->escapeHtmlAttr($block->getAddBaseAttribute())
1515
. '>'
1616
. $block->escapeHtml($block->getPageHeading())
1717
. '</span>';

0 commit comments

Comments
 (0)