mirror of
https://github.com/apache/nifi.git
synced 2025-02-14 05:55:07 +00:00
NIFI-13675 Fixed Tooltip for Parameter Description (#9195)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
49556f208a
commit
153c87a7da
@ -2194,7 +2194,7 @@
|
||||
infoIcon.qtip($.extend({},
|
||||
nfCommon.config.tooltipConfig,
|
||||
{
|
||||
content: parameter.description
|
||||
content: nfCommon.escapeHtml(parameter.description)
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user