Skip to content

Commit d6da5e2

Browse files
author
Viktor Sevch
committed
MC-35101: Stacked Paypal message on Admin Settings Menu tabs
1 parent e583544 commit d6da5e2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Config/Block/System/Config/Form

1 file changed

+1
-1
lines changed

app/code/Magento/Config/Block/System/Config/Form/Fieldset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ protected function _getFooterHtml($element)
225225
);
226226
$html .= $this->secureRenderer->renderStyleAsTag(
227227
'display:none;',
228-
'row_' . $field->getId() . '_comment'
228+
'#row_' . $field->getId() . '_comment'
229229
);
230230
}
231231
}

0 commit comments

Comments
 (0)