Skip to content

Commit

Permalink
Improve Tooltip.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and aryaantony92 committed Mar 13, 2023
1 parent 95970e8 commit 271d215
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -428,7 +428,7 @@ pimcore.object.helpers.edit = {
// apply tooltips
if(field.tooltip) {
try {
var tooltipHtml = field.tooltip;
var tooltipHtml = Ext.util.Format.htmlEncode(field.tooltip);

// classification-store tooltips are already translated
if (context.type != "classificationstore") {
Expand Down

0 comments on commit 271d215

Please sign in to comment.