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 84df6c4 commit 5fae450Copy full SHA for 5fae450
app/code/Magento/Theme/view/frontend/templates/html/title.phtml
@@ -11,7 +11,7 @@ $cssClass = $block->getCssClass() ? ' ' . $block->getCssClass() : '';
11
$titleHtml = '';
12
if (trim($block->getPageHeading())) {
13
$titleHtml = '<span class="base" data-ui-id="page-title-wrapper" '
14
- . $block->getAddBaseAttribute()
+ . $block->escapeHtmlAttr($block->getAddBaseAttribute())
15
. '>'
16
. $block->escapeHtml($block->getPageHeading())
17
. '</span>';
0 commit comments