This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch 5.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 6dd10ab1ca7a39a099792532c6483c45fa2af88e
Author: Evan Rusackas <[email protected]>
AuthorDate: Mon Mar 3 15:04:05 2025 -0700

    fix(tooltip): displaying <a> tags correctly (#32488)
    
    (cherry picked from commit 6c3886aad0c0a2a5abcc0e14872c52224f8a736e)
---
 .../plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx        | 2 +-
 superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx
 
b/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx
index 47d442bed5..f18c6c41f5 100644
--- 
a/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx
+++ 
b/superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx
@@ -442,7 +442,7 @@ const config: ControlPanelConfig = {
               renderTrigger: true,
               default: true,
               description: t(
-                'Renders table cells as HTML when applicable. For example, 
HTML &lt;a&gt; tags will be rendered as hyperlinks.',
+                'Renders table cells as HTML when applicable. For example, 
HTML <a> tags will be rendered as hyperlinks.',
               ),
             },
           },
diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx 
b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
index c39ad116c7..933ee6a0c1 100644
--- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
+++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx
@@ -467,7 +467,7 @@ const config: ControlPanelConfig = {
               renderTrigger: true,
               default: true,
               description: t(
-                'Renders table cells as HTML when applicable. For example, 
HTML &lt;a&gt; tags will be rendered as hyperlinks.',
+                'Renders table cells as HTML when applicable. For example, 
HTML <a> tags will be rendered as hyperlinks.',
               ),
             },
           },

Reply via email to