diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html index e69f6d96c..8be8234b5 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/80-template.html @@ -46,6 +46,6 @@
It is possible to use a property from the flow context or global context. Just use {{flow.name}} or
{{global.name}}, or for persistable store store use {{flow[store].name}} or
{{global[store].name}}.
-
Note: By default, mustache will escape any HTML entities in the values it substitutes. +
Note: By default, mustache will escape any non-alphanumeric or HTML entities in the values it substitutes.
To prevent this, use {{{triple}}} braces.