Skip to content

Commit a54c8f7

Browse files
davemacaulayCari Spruiell
authored andcommitted
MAGETWO-88247: Row parallax background is broken when background position is set
- Allow HTML tooltip descriptions
1 parent bfca5dc commit a54c8f7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/form/element/helper

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/form/element/helper/tooltip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
-->
77
<div class="admin__field-tooltip">
88
<a class="admin__field-tooltip-action action-help" target="_blank" tabindex="1" attr="href: tooltip.link"/>
9-
<div class="admin__field-tooltip-content" text="tooltip.description"/>
9+
<div class="admin__field-tooltip-content" html="tooltip.description"/>
1010
</div>

0 commit comments

Comments
 (0)